Skip to content

Commit

Permalink
re-enable coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
eukreign committed Sep 22, 2021
1 parent cc6011d commit 0543dca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
COVERALLS_PARALLEL: true
run: |
pip install coveralls
#coveralls --service=github
coveralls --service=github
tests-integration:
name: "tests / integration"
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
COVERALLS_PARALLEL: true
run: |
coverage combine tests
#coveralls --service=github
coveralls --service=github
coverage:
Expand All @@ -126,7 +126,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip install coveralls
#coveralls --service=github --finish
coveralls --service=github --finish
build:
needs: ["lint", "tests-unit", "tests-integration"]
Expand Down

0 comments on commit 0543dca

Please sign in to comment.