Skip to content

Commit

Permalink
ci: Separate distcheck from test run to ensure coverage info isn't de…
Browse files Browse the repository at this point in the history
…stroyed
  • Loading branch information
jaqx0r committed Jul 19, 2023
1 parent dd770e7 commit 2aa8e2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@ jobs:
lcov \
${{ matrix.compiler }}
- name: test
run: scons coverage=yes check distcheck coverage.info
run: scons coverage=yes check coverage.info
env:
CC: ${{ matrix.compiler }}
- uses: codecov/codecov-action@v1
with:
file: coverage.info
- name: distcheck
run: scons distcheck
env:
CC: ${{ matrix.compiler }}

0 comments on commit 2aa8e2e

Please sign in to comment.