Skip to content

Commit

Permalink
try activating coverage for subpackage (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Oct 21, 2023
1 parent 80ae12d commit b3ffc72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ jobs:
GROUP: ${{ matrix.group }}
# continue-on-error: ${{ matrix.version == 'nightly' }} # Allow nightly to fail and workflow still count as completed
- uses: julia-actions/julia-processcoverage@v1
with:
directories: lib/ControlSystemsBase/src
if: ${{ matrix.version == '1' }}
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
if: ${{ matrix.version == '1' }}
with:
file: lcov.info

0 comments on commit b3ffc72

Please sign in to comment.