Skip to content

Commit

Permalink
feat[ci]: Add codecov report
Browse files Browse the repository at this point in the history
  • Loading branch information
jackylamhk committed Nov 6, 2023
1 parent bcca713 commit beaf2f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
run: poetry export --without-hashes -f requirements.txt | \
poetry run safety check --full-report --stdin

- name: Create code coverage report
uses: MishaKav/pytest-coverage-comment@main

build-publish:
name: Build project
runs-on: ubuntu-latest
Expand Down

0 comments on commit beaf2f0

Please sign in to comment.