From dc77b609b19390e80f84540d1e5646b105f0dd6e Mon Sep 17 00:00:00 2001 From: Carsten Bauer Date: Thu, 3 Aug 2023 13:35:59 +0200 Subject: [PATCH] readme + coverage=true in ci --- .gitlab-ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a940b1..7ae5973 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ julia/1.9: script: - /bin/bash -l - module load $JULIA_1_9 - - julia --color=yes --project=. -e 'using Pkg; Pkg.build(verbose=true); Pkg.test(; coverage = false);' + - julia --color=yes --project=. -e 'using Pkg; Pkg.build(verbose=true); Pkg.test(; coverage = true);' - julia --color=yes --project=test/coverage -e 'import Pkg; Pkg.instantiate()' - julia --color=yes --project=test/coverage test/coverage/coverage.jl allow_failure: false diff --git a/README.md b/README.md index a8f5295..bcee5ac 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ | **Documentation** | **Build Status** | **Quality** | |:-------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:| -| [![][docs-dev-img]][docs-dev-url] | [![][ci-img]][ci-url] [![][cov-img]][cov-url] | ![][lifecycle-img] [![][code-style-img]][code-style-url] | +| [![][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] | ## Installation