Skip to content

Commit 74223f4

Browse files
committed
added checking coverage
1 parent 6e0d6a1 commit 74223f4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/python-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Python Package Test
66
on: [push, pull_request]
77

88
jobs:
9-
build:
9+
test:
1010
runs-on: ubuntu-latest
1111

1212
steps:
@@ -22,3 +22,7 @@ jobs:
2222
- name: Test with hatch
2323
run: |
2424
hatch test -vacr
25+
- name: Code Coverage Summary Report
26+
uses: irongut/CodeCoverageSummary@v1.3.0
27+
with:
28+
filename: .coverage

0 commit comments

Comments
 (0)