Skip to content
Snippets Groups Projects
Commit 784451cd authored by Ruben Young On's avatar Ruben Young On
Browse files

Changed instructions on how to view coverage in general

parent d41fc5d3
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,8 @@ To view test coverage, run
yarn cov
Or use Conda in the Zesje repo and run `python -m pytest --cov=zesje tests/`
A coverage report is now generated in the terminal, as an XML file, and in HTML format.
The HTML file shows an overview of untested code in red.
##### Viewing coverage in Visual Studio Code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment