StatsFuns.jl icon indicating copy to clipboard operation
StatsFuns.jl copied to clipboard

Test source with JET

Open andreasnoack opened this issue 3 years ago • 3 comments

This revealed some bugs in the untested bivariate T cdf. I've fixed the bugs and also added a few tests.

andreasnoack avatar Nov 10 '22 10:11 andreasnoack

Codecov Report

Base: 59.85% // Head: 75.34% // Increases project coverage by +15.48% :tada:

Coverage data is based on head (4728716) compared to base (e5699db). Patch coverage: 60.00% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #148       +/-   ##
===========================================
+ Coverage   59.85%   75.34%   +15.48%     
===========================================
  Files          14       21        +7     
  Lines         568      653       +85     
===========================================
+ Hits          340      492      +152     
+ Misses        228      161       -67     
Impacted Files Coverage Δ
src/tvpack.jl 44.36% <60.00%> (+28.01%) :arrow_up:
src/rmath.jl 100.00% <0.00%> (ø)
src/StatsFuns.jl 100.00% <0.00%> (ø)
src/distrs/beta.jl 100.00% <0.00%> (ø)
src/distrs/pois.jl 100.00% <0.00%> (ø)
src/distrs/chisq.jl 100.00% <0.00%> (ø)
src/distrs/fdist.jl 100.00% <0.00%> (ø)
src/distrs/tdist.jl 100.00% <0.00%> (ø)
src/distrs/ntdist.jl 100.00% <0.00%> (ø)
src/distrs/hyper.jl 100.00% <0.00%> (ø)
... and 9 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov-commenter avatar Nov 10 '22 12:11 codecov-commenter

It seems this PR is almost ready? Only https://github.com/JuliaStats/StatsFuns.jl/pull/148/files#r1019101826 is missing, it seems?

devmotion avatar Nov 30 '22 09:11 devmotion

I'm not completely sure what to do with the issue mentioned in https://github.com/JuliaStats/StatsFuns.jl/pull/148#discussion_r1030585347

andreasnoack avatar Nov 30 '22 11:11 andreasnoack