No data was collected. Incorrect stats if tox is used
See original GitHub issuePlease take a look at this stats: https://travis-ci.org/platformio/platformio/jobs/160557892#L484
I’m not sure that this issue related with pytest-cov
, maybe with coverage
. Nevertheless, it worked before. See https://codecov.io/gh/platformio/platformio
Config: https://github.com/platformio/platformio/blob/develop/tox.ini#L64
Thanks a lot for this plugin!
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
Coverage.py warning: No data was collected ... - Stack Overflow
My project folder has src and tests folders. When I run coverage run -m pytest && coverage report. It produces a report with...
Read more >Release 7.0.0b1 unknown - Coverage.py
No data was collected (no-data-collected) This could be because you asked to measure only modules that never ran, or for other reasons. To ......
Read more >The Prevention and Treatment of Missing Data in Clinical Trials
The key is to design and carry out the trial in a way that limits the problem of missing data.
Read more >Null Hypothesis - an overview | ScienceDirect Topics
where H0 = null hypothesis of no difference, μ1 = mean of population 1, ... the test statistic involves the counts of data...
Read more >About the CDC-Kaiser ACE Study |Violence Prevention
Kaiser owns the data and data collection is ongoing (e.g., prescription drug use, medical status of original participants). However, there is an optional...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Deleted
.coveragerc
. The warning is no longer being printed, but thecoverage.xml
still has no hits.This is sorted out right?