File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 6969 path : .hypothesis/
7070 key : cache-hypothesis-${{ runner.os }}-${{ github.run_id }}
7171
72+ - name : Upload coverage
73+ uses : codecov/codecov-action@v5
74+ with :
75+ token : ${{ secrets.CODECOV_TOKEN }}
76+ verbose : true # optional (default = false)
77+
7278 - name : Generate and publish the report
7379 if : |
7480 failure()
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ run = "run-coverage --no-cov"
161161run-pytest = " run"
162162run-verbose = " run-coverage --verbose"
163163run-mypy = " mypy src"
164- run-hypothesis = " pytest --hypothesis-profile ci --run-slow-hypothesis tests/test_properties.py tests/test_store/test_stateful*"
164+ run-hypothesis = " run-coverage --hypothesis-profile ci --run-slow-hypothesis tests/test_properties.py tests/test_store/test_stateful*"
165165list-env = " pip list"
166166
167167[tool .hatch .envs .doctest ]
You can’t perform that action at this time.
0 commit comments