Skip to content

Commit dc77b60

Browse files
committed
readme + coverage=true in ci
1 parent bad8170 commit dc77b60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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

0 commit comments

Comments
 (0)