File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ julia/1.9:
2323 script :
2424 - /bin/bash -l
2525 - module load $JULIA_1_9
26- - julia --color=yes --project=. -e 'using Pkg; Pkg.build(verbose=true); Pkg.test(; coverage = false );'
26+ - julia --color=yes --project=. -e 'using Pkg; Pkg.build(verbose=true); Pkg.test(; coverage = true );'
2727 - julia --color=yes --project=test/coverage -e 'import Pkg; Pkg.instantiate()'
2828 - julia --color=yes --project=test/coverage test/coverage/coverage.jl
2929 allow_failure : false
Original file line number Diff line number Diff line change 3030
3131| ** Documentation** | ** Build Status** | ** Quality** |
3232| :-------------------------------------------------------------------------------:| :-----------------------------------------------------------------------------------------------:| :-----------------------------------------------------------------------------------------------:|
33- | [ ![ ] [ docs-dev-img ]] [ docs-dev-url ] | [ ![ ] [ ci-img ]] [ ci-url ] [ ![ ] [ cov-img ]] [ cov-url ] | ![ ] [ lifecycle-img ] [ ![ ] [ code-style-img ]] [ code-style-url ] |
33+ | [ ![ ] [ docs-stable-img ]] [ docs-stable-url ] [ ![ ] [ docs- dev-img]] [ docs-dev-url ] | [ ![ ] [ ci-img ]] [ ci-url ] [ ![ ] [ cov-img ]] [ cov-url ] | ![ ] [ lifecycle-img ] [ ![ ] [ code-style-img ]] [ code-style-url ] |
3434
3535## Installation
3636
You can’t perform that action at this time.
0 commit comments