Skip to content

Commit bb5c539

Browse files
authored
Merge pull request #382 from OpenDataServices/fix-coveralls
actions: Add --service=github to coveralls command
2 parents 292fd23 + 1ada084 commit bb5c539

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
${{ runner.os }}-pip-
2323
- run: pip install --upgrade -r requirements_dev.txt
2424
- run: py.test --cov .
25-
#- env:
26-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27-
# run: coveralls
25+
- env:
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
run: coveralls --service=github

0 commit comments

Comments
 (0)