We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d8049 commit 5cdba01Copy full SHA for 5cdba01
.github/workflows/test.yml
@@ -50,7 +50,7 @@ jobs:
50
uses: AndreMiras/coveralls-python-action@develop
51
with:
52
parallel: true
53
- flag-name: Unit Test
+ github-token: ${{ secrets.github_token }}
54
55
coverage:
56
needs: test
0 commit comments