summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJann Fischer <jann@mistrust.net>2024-06-14 09:57:40 -0400
committerGitHub <noreply@github.com>2024-06-14 09:57:40 -0400
commitcdb44282e4cbab2605415e44a8decb0978618f78 (patch)
tree3255741584dba20eaf966f80f96e692266774d81
parent50b90c2e3ba3b46332deb5ce9db9be7c0230e021 (diff)
build(test): Update Codecov integration (#745)
Signed-off-by: jannfis <jann@mistrust.net>
-rw-r--r--.github/workflows/ci-tests.yaml3
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