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 c948888 commit fc26368Copy full SHA for fc26368
.github/workflows/Downstream.yml
@@ -47,3 +47,7 @@ jobs:
47
@info "Not compatible with this release. No problem." exception=err
48
exit(0) # Exit immediately, as a success
49
end
50
+ - uses: julia-actions/julia-processcoverage@v1
51
+ - uses: codecov/codecov-action@v1
52
+ with:
53
+ file: lcov.info
0 commit comments