Skip to content

Commit

Permalink
chore(ci): update coveralls.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hwonyo committed Oct 20, 2024
1 parent 17ad441 commit cbd75bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python CI
name: Coveralls Coverage

on:
push:
Expand Down Expand Up @@ -33,7 +33,8 @@ jobs:
- name: Run tests
run: |
python -m unittest discover -s tests
coverage run -m unittest discover
coverage xml
- name: Upload coverage to Coveralls
if: success()
Expand Down

0 comments on commit cbd75bf

Please sign in to comment.