From 7644126d7f11b40567f1f17c9fb13ca3a49dec98 Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Fri, 21 Jun 2024 12:06:28 -0700 Subject: [PATCH] Use latest codecov with token --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 89b043f..cbf70fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,4 +37,6 @@ jobs: make ./setup_environment.sh pytest --cov=.. --cov-branch --cov-report=xml -v -k 'not test_protobuf_installed and not add_test_sites' ../test/test_*.py ../test/medium_test_*.py test/*/*.py flake8 ../pyext/src/ - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}