We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57fcc5c commit 3d4662cCopy full SHA for 3d4662c
README.md
@@ -258,10 +258,6 @@ jobs:
258
run: make test # This is the part where you put your own test command
259
env:
260
COVERAGE_FILE: ".coverage.${{ matrix.python_version }}"
261
- # Alternatively you can run coverage with the --parallel flag or add
262
- # `parallel = True` in the coverage config file.
263
- # If using pytest-cov, you can also add the `--cov-append` flag
264
- # directly or through PYTEST_ADD_OPTS.
265
266
- name: Store coverage file
267
uses: actions/upload-artifact@v4
0 commit comments