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
I've try run pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=app Parser/tests/ | tee pytest-coverage.txt
and catch some errors. With these commands file wouldn't create! And it will influence on next steps
I mean that README description is misleading users to use pytest with incorrect arguments
pytest==8.1.1
The text was updated successfully, but these errors were encountered:
ChehST
added a commit
to ChehST/pytest-coverage-comment
that referenced
this issue
Apr 23, 2024
I realized that both options are possible. I was unaware of the pytest-cov plugin.
However, I did not find any mention of the package version requirements.
Mb it would be good idea to add check project's requirement file or any way to understend which keys to use - native from pytest or pytest-cov's plugin
I've tried add comment covarege but no comment with report was generated. At workflow debugger i've find this output...
I've try run
pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=app Parser/tests/ | tee pytest-coverage.txt
and catch some errors. With these commands file wouldn't create! And it will influence on next steps
I mean that README description is misleading users to use pytest with incorrect arguments
pytest==8.1.1
The text was updated successfully, but these errors were encountered: