File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 4747 run : hatch run unit:test
4848
4949 - name : Publish test coverage
50- uses : codecov/codecov-action@v3
51- with :
52- files : .coverage
50+ uses : codecov/codecov-action@v1
51+
Original file line number Diff line number Diff line change 11clean :
2- rm -fr htmlcov .mypy_cache .pytest_cache .ruff_cache .coverage
2+ rm -fr htmlcov .mypy_cache .pytest_cache .ruff_cache .coverage coverage.xml
33
44lint :
55 hatch run lint:verify
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies = [
5555]
5656
5757[tool .hatch .envs .unit .scripts ]
58- test = " pytest --cov src tests/unit"
58+ test = " pytest --cov src --cov-report=xml tests/unit"
5959test-cov-report = " pytest --cov src tests/unit --cov-report=html"
6060
6161[tool .hatch .envs .integration ]
You can’t perform that action at this time.
0 commit comments