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 fee9857 commit d9869e4Copy full SHA for d9869e4
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
pytest --doctest-modules --cov=pedantic --cov-branch --cov-report= --cov-report=term
29
- name: Coveralls
30
- uses: coverallsapp/github-action@v2.2.3
+ uses: coverallsapp/github-action@v2.3.6
31
with:
32
github-token: ${{ secrets.GITHUB_TOKEN }}
33
file: .coverage
0 commit comments