Closed mgxd closed 4 years ago
Merging #10 into master will increase coverage by
0.32%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #10 +/- ##
==========================================
+ Coverage 94.91% 95.23% +0.32%
==========================================
Files 3 3
Lines 59 63 +4
==========================================
+ Hits 56 60 +4
Misses 3 3
Flag | Coverage Δ | |
---|---|---|
#unittests | 95.23% <100%> (+0.32%) |
:arrow_up: |
Impacted Files | Coverage Δ | |
---|---|---|
etelemetry/client.py | 100% <100%> (ø) |
: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 ab895c7...7bd2d77. Read the comment docs.
Adds detection of most CI environments, and adds some basic information to the server ping.
ci.info()
is a dict composed ofname
,is_ci
andis_pr
fields.