Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## master #71 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 4 4
Lines 254 424 +170
Branches 62 120 +58
==========================================
+ Hits 254 424 +170
... and 1 file with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
|
Can you make the coverage reports public please? It cannot view them and I don't see any coverage misses when running locally. |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks for this!
A high level comment is it might be easier to review all of this if it were split into multiple smaller PRs. Would you be able to do that?
It looks like there was a problem shipping the coverage data? Our reports should be public as far as I'm aware? https://codecov.io/gh/python-trio/unasync/pull/71
Sorry, something went wrong.
| @@ -0,0 +1,10 @@ | |||
| [run] | |||
| branch=True | |||
| source=unasync | |||
There was a problem hiding this comment.
This might be causing a problem for Python 2 coverage, might need a [paths] source = src/unasync entry too.
Sorry, something went wrong.
|
A high level comment is it might be easier to review all of this if it were split into multiple smaller PRs. Would you be able to do that? I'd strongly prefer not doing that, as the commits build on each other and separating them into different PRs would be a big mess. That said, each commit is self-contained and you can review them one-by-one on Github. It looks like there was a problem shipping the coverage data? Our reports should be public as far as I'm aware? https://codecov.io/gh/python-trio/unasync/pull/71 Hmm… That worked, then stopped working, then started working again. 😕 This might be causing a problem for Python 2 coverage, might need a [paths] source = src/unasync entry too. I tried this in both coverage files and it did nothing. However, one can see the actual summary coverage data on CodeCov by clicking on the Files and then on the src/unasync directory which appears to be an exact mirror of the unasync directory in terms of coverage data, but is actually able to load the data. |
Sorry, something went wrong.
Many fixes for: