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 fb58847 commit fc9a965Copy full SHA for fc9a965
.github/workflows/pull-request-checks.yml
@@ -77,7 +77,7 @@ jobs:
77
run: export PYTHONPATH=$PWD && pytest --junitxml=pytest.xml --cov=. tests/unittests | tee pytest-coverage.txt
78
79
- name: Execute the coverage checks
80
- uses: MishaKav/[email protected].47
+ uses: MishaKav/[email protected].48
81
with:
82
github-token: ${{ secrets.GITHUB_TOKEN }}
83
pytest-coverage-path: ./pytest-coverage.txt
0 commit comments