We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd0e490 + 7f52f62 commit fc8d607Copy full SHA for fc8d607
1 file changed
.github/workflows/project-ci.yaml
@@ -32,7 +32,7 @@ jobs:
32
run: pytest --cov CodeEntropy --cov-report term-missing --cov-append .
33
34
- name: Coveralls GitHub Action
35
- uses: coverallsapp/github-action@v2.3.6
+ uses: coverallsapp/github-action@v2.3.7
36
with:
37
github-token: ${{ secrets.GITHUB_TOKEN }}
38
0 commit comments