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 aa572c2Copy full SHA for aa572c2
.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].56
83
with:
84
github-token: ${{ secrets.GITHUB_TOKEN }}
85
pytest-coverage-path: ./pytest-coverage.txt
0 commit comments