diff options
| author | Jann Fischer <jann@mistrust.net> | 2024-06-14 09:57:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-14 09:57:40 -0400 |
| commit | cdb44282e4cbab2605415e44a8decb0978618f78 (patch) | |
| tree | 3255741584dba20eaf966f80f96e692266774d81 /.github | |
| parent | 50b90c2e3ba3b46332deb5ce9db9be7c0230e021 (diff) | |
build(test): Update Codecov integration (#745)
Signed-off-by: jannfis <jann@mistrust.net>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci-tests.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 6ff099e..d032aa9 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -87,6 +87,7 @@ jobs: run: | make test - name: Upload code coverage information to codecov.io - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: + token: ${{ secrets.CODECOV_TOKEN }} file: coverage.out |
