Skip to content

Commit 76ce328

Browse files
committed
simplified output
1 parent 74223f4 commit 76ce328

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/python-test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,4 @@ jobs:
2121
python -m pip install --upgrade pip hatch
2222
- name: Test with hatch
2323
run: |
24-
hatch test -vacr
25-
- name: Code Coverage Summary Report
26-
uses: irongut/CodeCoverageSummary@v1.3.0
27-
with:
28-
filename: .coverage
24+
hatch test -acr

0 commit comments

Comments
 (0)