We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a081745 + 48827e7 commit 8737113Copy full SHA for 8737113
.github/workflows/liveTest.yml
@@ -89,7 +89,7 @@ jobs:
89
pip install coverage
90
python -m coverage run --source krypton --branch -m unittest discover -s tests -p "*test*.py" --verbose
91
- name: Upload coverage reports to Codecov
92
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
93
env:
94
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
95
- name: Install AutoBuild depends
0 commit comments