Skip to content

Commit

Permalink
Run with coverage coveralls check
Browse files Browse the repository at this point in the history
  • Loading branch information
solancer committed Jan 20, 2021
1 parent 8c56b9c commit 512b9d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,14 @@ jobs:
./cc-test-reporter before-build
- name: test script
run: pytest --cov=tests/ --cov-report xml
run: pytest tests/

- name: Coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls
run: |
coverage run --source=paypayopa -m pytest tests/
coveralls
- name: Upload to CoPilot
run: bash <(curl -s https://copilot.blackducksoftware.com/ci/githubactions/scripts/upload)
Expand Down

0 comments on commit 512b9d3

Please sign in to comment.