Closed NOhs closed 4 years ago
Merging #116 into master will increase coverage by
0.47%
. The diff coverage is92.30%
.
@@ Coverage Diff @@
## master #116 +/- ##
==========================================
+ Coverage 78.54% 79.01% +0.47%
==========================================
Files 17 17
Lines 1193 1196 +3
==========================================
+ Hits 937 945 +8
+ Misses 256 251 -5
Impacted Files | Coverage Δ | |
---|---|---|
clang_build/compiler.py | 68.00% <92.30%> (-19.24%) |
:arrow_down: |
clang_build/target.py | 79.87% <0.00%> (+0.30%) |
:arrow_up: |
clang_build/platform.py | 97.87% <0.00%> (+29.78%) |
:arrow_up: |
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 270f775...650e7b3. Read the comment docs.
Instead of checking about 5 undecillion versions, this one just takes the list of versions clang outputs and picks the latest non-draft version. Later we can add a flag to allow for draft versions, too.