Skip to content

Commit

Permalink
Add "Run Coverage" step to ci.yml workflow. (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasansezertasan authored May 26, 2024
1 parent 177470f commit 018e792
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: hatch run types:all
- name: Run Tests
run: hatch test -a
- name: Run Coverage
run: hatch test --cover
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
Expand Down

0 comments on commit 018e792

Please sign in to comment.