Skip to content

Commit

Permalink
Merge pull request #893 from JuliaControl/baggepinnen-patch-1
Browse files Browse the repository at this point in the history
more coverage
  • Loading branch information
baggepinnen authored Oct 22, 2023
2 parents 07c8743 + d1fa37e commit 6e6a0d1
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 @@ -48,7 +48,7 @@ jobs:
# 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
directories: src,lib/ControlSystemsBase/src
if: ${{ matrix.version == '1' }}
- uses: codecov/codecov-action@v3
if: ${{ matrix.version == '1' }}
Expand Down

0 comments on commit 6e6a0d1

Please sign in to comment.