diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci-tests.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 324d45e..aa1b714 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -140,4 +140,9 @@ jobs: env: GNUPG_DISABLED: true run: | - make test
\ No newline at end of file + make test + - name: Upload code coverage information to codecov.io + uses: codecov/codecov-action@v5 + with: + token: ${{ secrets.CODECOV_TOKEN }} + files: coverage.out
\ No newline at end of file |
