Skip to content

Commit

Permalink
Record InterfaceTests with coverage="all" (#8)
Browse files Browse the repository at this point in the history
Previously we weren't "crediting" the tests in
ThickNumbersInterfaceTests towards coverage of ThickNumbers.
  • Loading branch information
timholy authored Oct 12, 2023
1 parent 4abcb17 commit 723ca0f
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 @@ -35,7 +35,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- name: InterfaceTests
run: julia --project=ThickNumbersInterfaceTests -e 'using Pkg; Pkg.develop(path=pwd()); Pkg.test(coverage=true)'
run: julia --project=ThickNumbersInterfaceTests -e 'using Pkg; Pkg.develop(path=pwd()); Pkg.test(coverage="all")'
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 723ca0f

Please sign in to comment.