Skip to content

Commit

Permalink
add coverage option in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytecode committed Apr 3, 2024
1 parent cb3e807 commit 3f6eec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.BENCHMARK_KEY }}
PR_NUMBER: ${{ github.event.number }}
run: >
DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=. -e 'using Pkg; Pkg.activate("."); Pkg.test()'
DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --code-coverage=all --project=. -e 'using Pkg; Pkg.activate("."); Pkg.test()'
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 3f6eec4

Please sign in to comment.