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 ee44fb3 commit 1e4f565Copy full SHA for 1e4f565
.github/workflows/CI.yml
@@ -34,3 +34,7 @@ jobs:
34
- uses: julia-actions/cache@v1
35
- uses: julia-actions/julia-buildpkg@v1
36
- uses: julia-actions/julia-runtest@v1
37
+ - uses: julia-actions/julia-processcoverage@v1
38
+ - uses: codecov/codecov-action@v1
39
+ with:
40
+ file: lcov.info
0 commit comments