Skip to content

Commit

Permalink
Extend coverage tracking to package extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede authored May 29, 2023
1 parent 13db81d commit ec4450b
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 @@ -121,7 +121,7 @@ jobs:
TRIXI_TEST: ${{ matrix.trixi_test }}
- uses: julia-actions/julia-processcoverage@v1
with:
directories: src,examples
directories: src,examples,ext
- uses: codecov/codecov-action@v3
with:
file: ./lcov.info
Expand Down

0 comments on commit ec4450b

Please sign in to comment.