From cdb44282e4cbab2605415e44a8decb0978618f78 Mon Sep 17 00:00:00 2001 From: Jann Fischer Date: Fri, 14 Jun 2024 09:57:40 -0400 Subject: [PATCH] build(test): Update Codecov integration (#745) Signed-off-by: jannfis --- .github/workflows/ci-tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 6ff099e9..d032aa93 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