Skip to content

Commit ddb99b1

Browse files
committed
add Coverage.jl
1 parent 6bf4c42 commit ddb99b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
- uses: actions/download-artifact@v4
9595
with:
9696
path: coverage_reports
97+
- run: julia --project=. -e 'import Pkg; Pkg.add("Coverage")' # Install Coverage.jl
9798
- run: |
9899
julia --project=. -e '
99100
using Coverage

0 commit comments

Comments
 (0)