Skip to content

Commit

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

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

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

0 comments on commit 389a9be

Please sign in to comment.