Skip to content

Commit

Permalink
Use latest codecov with token
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jun 28, 2024
1 parent 198598f commit 11b9a55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ jobs:
./setup_environment.sh pytest --cov=.. --cov-branch --cov-report=xml -v ../test/test_*.py ../test/medium_test_*.py test/*/*.py
flake8 ../pyext/src/
${GCC/gcc/gcov} $(find . -name "*.gcno")
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 11b9a55

Please sign in to comment.