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 46176bd commit ad3b57dCopy full SHA for ad3b57d
.github/workflows/cicd.yml
@@ -56,7 +56,7 @@ jobs:
56
uv run coverage lcov
57
- name: (ubuntu 3.9) Upload to Coveralls
58
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9' }}
59
- uses: coverallsapp/github-action@2
+ uses: coverallsapp/github-action@v2
60
with:
61
github-token: ${{ secrets.GITHUB_TOKEN }}
62
path-to-lcov: coverage.lcov
0 commit comments