From 9d741f953b6a7cff64ef5a5298e3b5c3abf44125 Mon Sep 17 00:00:00 2001 From: Michael Goerz Date: Mon, 16 Oct 2023 18:35:15 -0400 Subject: [PATCH] Collect coverage only for package src --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 040665b..68c9bb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: "Instantiate test environment" run: julia --project=test devrepl.jl - name: "Run tests" - shell: julia --color=yes --project=test --code-coverage="user" --depwarn="yes" --check-bounds="yes" {0} + shell: julia --color=yes --project=test --code-coverage="@" --depwarn="yes" --check-bounds="yes" {0} run: | include(joinpath(pwd(), "test", "runtests.jl")) - uses: julia-actions/julia-processcoverage@v1