Closed bacek closed 6 years ago
Merging #184 into master will increase coverage by
2.77%
. The diff coverage is0%
.
@@ Coverage Diff @@
## master #184 +/- ##
==========================================
+ Coverage 80.7% 83.47% +2.77%
==========================================
Files 140 140
Lines 6964 7019 +55
Branches 342 0 -342
==========================================
+ Hits 5620 5859 +239
- Misses 1156 1160 +4
+ Partials 188 0 -188
Impacted Files | Coverage Δ | |
---|---|---|
src/format.cpp | 21.07% <0%> (+5.6%) |
:arrow_up: |
src/handler/dev.cpp | 0% <0%> (ø) |
:arrow_up: |
src/formatter/string/token.cpp | 79.59% <0%> (+0.1%) |
:arrow_up: |
src/sink/asynchronous.cpp | 71.87% <0%> (+0.9%) |
:arrow_up: |
tests/root.cpp | 99.07% <0%> (+0.92%) |
:arrow_up: |
src/attribute.cpp | 85.21% <0%> (+1.73%) |
:arrow_up: |
src/registry.cpp | 77.58% <0%> (+2.14%) |
:arrow_up: |
src/config/option.cpp | 100% <0%> (+2.17%) |
:arrow_up: |
src/sink/syslog.cpp | 82.35% <0%> (+2.94%) |
:arrow_up: |
tests/src/unit/time.cpp | 100% <0%> (+3.44%) |
:arrow_up: |
... and 28 more |
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 b285b39...eb183c4. Read the comment docs.
Thanks!
Backport of https://github.com/fmtlib/fmt/commit/abbefd71666055daac9e14e78262620f9e845850
See https://github.com/fmtlib/fmt/issues/398 for details.
Closes #183