You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ pytest-ignore| Comma separated test files which are excluded from the pytest. |'
18
18
pytest-separate-benchmark| Set 1 to run benchmark tests separately (execute only once at the main test, by --benchmark-disable) and show the benchmark results in the summary (need [pytest-benchmark](https://pypi.org/project/pytest-benchmark/).|`0` | No
19
19
coverage | Set `1` to check coverage for pytest ([pytest-cov](https://pypi.org/project/pytest-cov/) will be installed if not installed). | `1` | No
20
20
pytest-cov-path| Path to check coverage.| `src` | No
21
+
pytest-opt| Additional options for pytest. | `''` | No
21
22
coverage-push | Set `1` to push the coverage result to `coverage` branch. | `0` | No
22
23
coverage-push-condition | Condition to push the coverage. This will be shown in the README if it is not empty. | '' | No
23
24
github_token | Token to push `coverage` branch.| `${{ github.token }}` | No
0 commit comments