Closed LWprogramming closed 3 years ago
Merging #997 (5fd54fd) into main (34c968b) will decrease coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #997 +/- ##
==========================================
- Coverage 94.33% 94.33% -0.01%
==========================================
Files 113 113
Lines 9073 9070 -3
==========================================
- Hits 8559 8556 -3
Misses 514 514
Impacted Files | Coverage Δ | |
---|---|---|
...ql_compiler/schema_transformation/rename_schema.py | 99.64% <100.00%> (-0.01%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 8a3ffe2...5fd54fd. Read the comment docs.
I've looked into the Codecov issue and it looks like the combination of several things happening in a really unfortunate way:
It looks fine to me though, despite what Codecov says. Just didn't want to cause any confusion about the seemingly-failing test. :)
Our scripts use
ubuntu-latest
, which is migrating from 18.04 to 20.04. The package python-mysqldb in 18.04 has been renamed to python3-mysqldb in 20.04. This PR makes that update for our CI scripts.