Closed github-actions[bot] closed 1 year ago
Merging #212 (bdd5ffa) into master (8055b52) will decrease coverage by
2.57%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #212 +/- ##
==========================================
- Coverage 44.57% 41.99% -2.58%
==========================================
Files 42 42
Lines 1290 1231 -59
==========================================
- Hits 575 517 -58
+ Misses 715 714 -1
Impacted Files | Coverage Δ | |
---|---|---|
src/resettable-rng.jl | 38.70% <0.00%> (-7.01%) |
:arrow_down: |
src/const.jl | 40.00% <0.00%> (-5.46%) |
:arrow_down: |
src/parameterized/poisson.jl | 60.00% <0.00%> (-4.71%) |
:arrow_down: |
src/parameterized/exponential.jl | 70.00% <0.00%> (-3.53%) |
:arrow_down: |
src/combinators/chain.jl | 43.03% <0.00%> (-3.40%) |
:arrow_down: |
src/realized.jl | 48.68% <0.00%> (-3.17%) |
:arrow_down: |
src/parameterized/studentt.jl | 68.42% <0.00%> (-3.01%) |
:arrow_down: |
src/parameterized/cauchy.jl | 57.14% <0.00%> (-2.86%) |
:arrow_down: |
src/parameterized/binomial.jl | 47.22% <0.00%> (-2.78%) |
:arrow_down: |
src/parameterized/laplace.jl | 70.00% <0.00%> (-2.73%) |
:arrow_down: |
... and 11 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 8055b52...bdd5ffa. Read the comment docs.
This pull request changes the compat entry for the
MeasureBase
package from0.10
to0.10, 0.12
. 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.