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 6bf4c42 commit ddb99b1Copy full SHA for ddb99b1
.github/workflows/CI.yml
@@ -94,6 +94,7 @@ jobs:
94
- uses: actions/download-artifact@v4
95
with:
96
path: coverage_reports
97
+ - run: julia --project=. -e 'import Pkg; Pkg.add("Coverage")' # Install Coverage.jl
98
- run: |
99
julia --project=. -e '
100
using Coverage
0 commit comments