Skip to content

Commit

Permalink
add coverage task in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytecode committed Apr 3, 2024
1 parent ebfa645 commit 9be206b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ jobs:
PR_NUMBER: ${{ github.event.number }}
run: >
DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=. -e 'using Pkg; Pkg.activate("."); Pkg.test()'
- uses: codecov/codecov-action@v2
with:
verbose: true
files: lcov.info

0 comments on commit 9be206b

Please sign in to comment.