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.
1 parent 4a28a9e commit 48827e7Copy full SHA for 48827e7
.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