Skip to content

Commit

Permalink
Revert to codecov v3 for now, v4 appears unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jan 31, 2024
1 parent 3b789d5 commit a27956e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ 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@v4
- uses: codecov/codecov-action@v3

0 comments on commit a27956e

Please sign in to comment.