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