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 224d896 commit f6d4ccfCopy full SHA for f6d4ccf
docs/reporting.rst
@@ -82,7 +82,7 @@ Example for GitHub Actions with ``markdown-append``:
82
83
.. code-block:: bash
84
85
- pytest --cov-report=markdown-append:${GITHUB_STEP_SUMMARY}.
+ pytest --cov-report markdown-append:$GITHUB_STEP_SUMMARY
86
--cov=myproj tests/
87
88
To disable the default ``term`` report provide an empty report:
0 commit comments