Skip to content

Commit f6d4ccf

Browse files
artpellingionelmc
authored andcommitted
Fix syntax for pytest coverage report command
1 parent 224d896 commit f6d4ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reporting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Example for GitHub Actions with ``markdown-append``:
8282

8383
.. code-block:: bash
8484
85-
pytest --cov-report=markdown-append:${GITHUB_STEP_SUMMARY}.
85+
pytest --cov-report markdown-append:$GITHUB_STEP_SUMMARY
8686
--cov=myproj tests/
8787
8888
To disable the default ``term`` report provide an empty report:

0 commit comments

Comments
 (0)