Skip to content

Commit

Permalink
Fix coveralls reporting. (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanklee86 committed Jan 3, 2022
1 parent 64731ce commit 0c90efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
py.test --html=pytest/results.html --junitxml=pytest/results.xml --self-contained-html --cov=flask_unleash tests
- name: Send coverage to Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.coveralls_repo_token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
coveralls
coveralls --service=github
- name: Notify Slack of pipeline completion
uses: 8398a7/action-slack@v2
with:
Expand Down

0 comments on commit 0c90efc

Please sign in to comment.