Skip to content

Commit

Permalink
Collect coverage only for package src
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Oct 16, 2023
1 parent a4f0378 commit 9d741f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d741f9

Please sign in to comment.