Skip to content

Commit

Permalink
tests: fix codecov scan
Browse files Browse the repository at this point in the history
  • Loading branch information
gotthardp committed Jan 5, 2025
1 parent f45ad13 commit 04b2520
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gcc-distcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:

- name: Submit code coverage
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

- name: Check the distribution
# AM_DISTCHECK_CONFIGURE_FLAGS are not ready for clang and asan
Expand Down

0 comments on commit 04b2520

Please sign in to comment.