Closed github-actions[bot] closed 3 years ago
Merging #56 into master will increase coverage by
0.27%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #56 +/- ##
==========================================
+ Coverage 34.10% 34.37% +0.27%
==========================================
Files 54 54
Lines 1862 1757 -105
==========================================
- Hits 635 604 -31
+ Misses 1227 1153 -74
Impacted Files | Coverage Δ | |
---|---|---|
src/core/learnables.jl | 16.66% <0.00%> (-6.42%) |
:arrow_down: |
src/core/selections.jl | 43.90% <0.00%> (-4.99%) |
:arrow_down: |
src/core/array_compat.jl | 63.04% <0.00%> (-4.89%) |
:arrow_down: |
src/core/address_map.jl | 21.98% <0.00%> (-2.85%) |
:arrow_down: |
src/core/address_maps/dynamic.jl | 40.56% <0.00%> (-2.42%) |
:arrow_down: |
src/Jaynes.jl | 52.77% <0.00%> (-1.28%) |
:arrow_down: |
src/contexts/dynamic/score.jl | 27.02% <0.00%> (-1.18%) |
:arrow_down: |
src/language_extensions/blackbox.jl | 6.17% <0.00%> (-1.15%) |
:arrow_down: |
src/contexts/factor/propose.jl | 0.00% <0.00%> (ø) |
|
src/contexts/factor/generate.jl | 0.00% <0.00%> (ø) |
|
... and 20 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 5503b96...e3a35cc. Read the comment docs.
This pull request changes the compat entry for the
Distributions
package from0.23
to0.23, 0.24
.This keeps the compat entries for earlier versions.
Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.