Skip to content

Commit

Permalink
Merge pull request #27 from hanjinliu/add-cov
Browse files Browse the repository at this point in the history
add codecov
  • Loading branch information
hanjinliu authored Feb 25, 2024
2 parents e320ec9 + c23b509 commit baabeaa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ jobs:
uses: aganders3/headless-gui@v1
with:
run: hatch -v run test:run

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: hanjinliu/whitecanvas

0 comments on commit baabeaa

Please sign in to comment.