We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 710857f + a865555 commit 366fa89Copy full SHA for 366fa89
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
py.test --cov coveralls --cov-report term-missing --cov-report=lcov --cov=resources tests/
29
30
- name: Coveralls GitHub Action
31
- uses: coverallsapp/github-action@1.1.3
+ uses: coverallsapp/github-action@v2.3.6
32
with:
33
github-token: ${{ secrets.GITHUB_TOKEN }}
34
path-to-lcov: coverage.lcov
0 commit comments