From 4ecce1e968d3c721b6a11fd358ce57e044383f76 Mon Sep 17 00:00:00 2001 From: Ron Frederick Date: Sat, 18 May 2024 21:01:09 -0700 Subject: [PATCH] Update codecov workflow to v4 and add upload token --- .github/workflows/run_tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 35b38d1..db46c7d 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -167,6 +167,7 @@ jobs: sqlite3 "$f" "update file set path = replace(path, '\\', '/');" done tox -e report - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: files: coverage.xml + token: ${{ secrets.CODECOV_TOKEN }}