Skip to content

Commit ad3b57d

Browse files
committed
Typo in coveralls action, '2' should be 'v2'
1 parent 46176bd commit ad3b57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uv run coverage lcov
5757
- name: (ubuntu 3.9) Upload to Coveralls
5858
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9' }}
59-
uses: coverallsapp/github-action@2
59+
uses: coverallsapp/github-action@v2
6060
with:
6161
github-token: ${{ secrets.GITHUB_TOKEN }}
6262
path-to-lcov: coverage.lcov

0 commit comments

Comments
 (0)