Skip to content

Commit 3d4662c

Browse files
authored
Update README.md
Fix #515 Remove comment on using _--parallel_ or _--cov-append_ when a test matrix is used.
1 parent 57fcc5c commit 3d4662c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,6 @@ jobs:
258258
run: make test # This is the part where you put your own test command
259259
env:
260260
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.
265261
266262
- name: Store coverage file
267263
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)