Closed johannes-fischer closed 2 years ago
Merging #183 (35098e4) into master (7207ce9) will decrease coverage by
0.02%
. The diff coverage is50.00%
.
@@ Coverage Diff @@
## master #183 +/- ##
==========================================
- Coverage 63.36% 63.34% -0.03%
==========================================
Files 5 5
Lines 797 802 +5
==========================================
+ Hits 505 508 +3
- Misses 292 294 +2
Flag | Coverage Δ | |
---|---|---|
unittests | 63.34% <50.00%> (-0.03%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
src/PGFPlots.jl | 54.50% <50.00%> (-0.04%) |
:arrow_down: |
src/plots.jl | 85.90% <0.00%> (+0.06%) |
: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 7207ce9...35098e4. Read the comment docs.
Thanks so much!
This fixes #182:
BarChart
was missing theplotLegend
call.