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 00e25ad commit 9890bfbCopy full SHA for 9890bfb
.github/workflows/ci.yaml
@@ -91,7 +91,7 @@ jobs:
91
- name: Test coverage comment
92
uses: MishaKav/pytest-coverage-comment@main
93
with:
94
- token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
95
pytest-xml-coverage-path: ./coverage.xml
96
junitxml-path: ./junitxml.xml
97
junitxml-title: ${{ matrix.python-version }}
0 commit comments