Skip to content

Commit

Permalink
Merge 42ea74f into c70fbc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jombr committed Mar 19, 2024
2 parents c70fbc1 + 42ea74f commit 0772fe6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
python -m pip install --upgrade pip
pip install coverage coveralls rply
- name: Test coverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
coverage run test.py
COVERALLS_REPO_TOKEN=${{ secrets.COVERALLS_REPO_TOKEN }} coveralls
coveralls --service=github

0 comments on commit 0772fe6

Please sign in to comment.