mirror of
https://github.com/rendercv/rendercv.git
synced 2026-05-24 16:48:55 -04:00
tests: fix coverage issues
This commit is contained in:
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -57,7 +57,7 @@ jobs:
|
||||
uses: pypa/hatch@install
|
||||
|
||||
- name: Test
|
||||
run: hatch run coverage run -m pytest
|
||||
run: hatch run test-and-report
|
||||
|
||||
- name: Rename the coverage file
|
||||
run: mv .coverage .coverage.${{ matrix.python-version }}.${{ matrix.os }}
|
||||
|
||||
Reference in New Issue
Block a user