Skip to content

Commit

Permalink
Coverage badge (#11)
Browse files Browse the repository at this point in the history
* Added coverage badge again
  • Loading branch information
micahjohnson150 authored Sep 8, 2023
1 parent 1b5afa1 commit bec9b6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- name: Run coverage
run: |
coverage run --source study_lyte -m pytest
coverage json
coverage json -o ./coverage/coverage-summary.json
# Add this
- name: Update Coverage Badge
Expand Down

0 comments on commit bec9b6d

Please sign in to comment.