Skip to content

Commit ece725c

Browse files
committed
Re-enable coverage.
1 parent 2c5db93 commit ece725c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# test
6868
- name: Run tests
6969
run: |
70-
julia --project -e 'using Pkg; Pkg.test(; julia_args=`-g2`)'
70+
julia --project -e 'using Pkg; Pkg.test(; coverage=true, julia_args=`-g2`)'
7171
# process results
7272
- uses: julia-actions/julia-processcoverage@v1
7373
- uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)