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 3caf346 commit fa93485Copy full SHA for fa93485
.github/workflows/CI.yml
@@ -110,7 +110,7 @@ jobs:
110
path: test-results/
111
112
coverage:
113
- name: "Check coverage"
+ name: "check coverage"
114
needs: run-pytest
115
runs-on: ubuntu-latest
116
# avoid running this on schedule, releases, workflow_call, or workflow_dispatch
@@ -161,7 +161,7 @@ jobs:
161
uses: py-cov-action/python-coverage-comment-action@d1ff8fbb5ff80feedb3faa0f6d7b424f417ad0e1
162
id: coverage_comment
163
with:
164
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ github.token }}
165
166
- name: "Store Pull Request comment to be posted 📤"
167
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
0 commit comments