[🐛 Bug]: Codecov python code summary is consistently not working
See original GitHub issueWhat happened?
When I go to the CodeCov URL for the Selenium (https://app.codecov.io/gh/SeleniumHQ/selenium/), there is always a message saying that “Coverage is either being processed, there has been no coverage report uploaded, or there was an error processing.”
This makes it difficult to see which areas need tests.
How can we reproduce the issue?
Go to the URL: https://app.codecov.io/gh/SeleniumHQ/selenium/
Relevant log output
Coverage is either being processed, there has been no coverage report uploaded, or there was an error processing.
Operating System
N/A (This is about the CodeCov site)
Selenium version
N/A (This is about CodeCov)
What are the browser(s) and version(s) where you see this issue?
N/A
What are the browser driver(s) and version(s) where you see this issue?
N/A
Are you using Selenium Grid?
N/A
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Python erroneous code coverage - Bug Fixes - Codecov
Steps to Reproduce. Run the test suite; Observe the results. Expected behavior: Blank or comment lines should not appear “uncovered”. Actual ...
Read more >What is Code Coverage - Codecov
At Codecov, we talk to developers about how they can use code coverage most effectively. This is our beginners guide to code coverage....
Read more >Code coverage – Introduction to automated testing and ...
How can I check code coverage as part of a CI workflow? Objectives ... But what about the problems we haven't even considered?...
Read more >codecov.io code coverage has not updated since 2019-04-13
It seems the primary cause of the problem is simply that testing crossed the boundary of maximum execution time allotted by Travis CI....
Read more >Troubleshooting Code Coverage - Visual Studio (Windows)
The code coverage analysis tool in Visual Studio collects data for ... in some cases, the Code Coverage Results window displays an error...
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 Free
Top 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
I’d like to use Codecov across languages and get rid of Sonar, it is just a bunch of work.
Strangely, the code coverage works as expected on my fork of selenium