Skip to content

Commit

Permalink
try make codecov look at results from all test groups
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen authored Dec 12, 2023
1 parent deb1b3b commit e3ffc85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
with:
directories: src,lib/ControlSystemsBase/src
if: ${{ matrix.version == '1' }}
if: ${{ matrix.version == '1' && matrix.group == ControlSystemsBase }}
- uses: codecov/codecov-action@v3
if: ${{ matrix.version == '1' }}
if: ${{ matrix.version == '1' && matrix.group == ControlSystemsBase }}
with:
file: lcov.info

0 comments on commit e3ffc85

Please sign in to comment.