Closed boydm closed 4 years ago
Merging #202 into master will increase coverage by
0.01%
. The diff coverage is66.66%
.
@@ Coverage Diff @@
## master #202 +/- ##
==========================================
+ Coverage 86.65% 86.66% +0.01%
==========================================
Files 87 87
Lines 2338 2340 +2
==========================================
+ Hits 2026 2028 +2
Misses 312 312
Impacted Files | Coverage Δ | |
---|---|---|
lib/scenic.ex | 14.28% <ø> (ø) |
|
lib/scenic/cache/base.ex | 77.95% <0.00%> (ø) |
|
lib/scenic/cache/support/supervisor.ex | 100.00% <100.00%> (ø) |
|
lib/scenic/view_port/supervisor_top.ex | 25.00% <100.00%> (+25.00%) |
: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 3d305bf...a01fd62. Read the comment docs.
Description
Clean up compile warnings under Elixir 1.11. This does not change any functionality.
Motivation and Context
Types of changes
Checklist