Skip to content

Commit 4e8da20

Browse files
committed
feat[ci]: Add codecov report
1 parent 9406dfe commit 4e8da20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
poetry export --without-hashes -f requirements.txt | \
5353
poetry run safety check --full-report --stdin
5454
55+
- name: Create code coverage report
56+
uses: MishaKav/pytest-coverage-comment@main
57+
5558
build-publish:
5659
name: Build and publish
5760
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)