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
When I am trying to run the test case i am able to run it.using following command
pytest
In the output I can see this
test_sample.py 100%
When I am trying to run the following command to see whole line coverage
coverage run -m pytest
I am getting below error
Windows fatal exception: access violation
when I hit
coverage html
It is saying no data to report
Even . coverage file is also not generating.
anyone please help me.
The text was updated successfully, but these errors were encountered:
When I am trying to run the test case i am able to run it.using following command
When I am trying to run the following command to see whole line coverage
The text was updated successfully, but these errors were encountered: