We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67cf703 commit cf76e6aCopy full SHA for cf76e6a
.github/workflows/CI.yml
@@ -35,3 +35,7 @@ jobs:
35
- uses: julia-actions/cache@v1
36
- uses: julia-actions/julia-buildpkg@v1
37
- uses: julia-actions/julia-runtest@v1
38
+ - uses: julia-actions/julia-processcoverage@v1
39
+ - uses: codecov/codecov-action@v1
40
+ with:
41
+ file: lcov.info
0 commit comments