Skip to content

Commit 5cdba01

Browse files
authored
Fix coveralls submission (#323)
* Fix coveralls submission * Update path-to-lcov * Never changes, try with original solution again * Remove flag-name
1 parent 07d8049 commit 5cdba01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: AndreMiras/coveralls-python-action@develop
5151
with:
5252
parallel: true
53-
flag-name: Unit Test
53+
github-token: ${{ secrets.github_token }}
5454

5555
coverage:
5656
needs: test

0 commit comments

Comments
 (0)