Closed p-gw closed 1 year ago
Merging #49 (7674901) into main (f8fe25c) will increase coverage by
1.62%
. Report is 3 commits behind head on main. The diff coverage is82.35%
.:exclamation: Current head 7674901 differs from pull request most recent head 60ee239. Consider uploading reports for the commit 60ee239 to get more accurate results
@@ Coverage Diff @@
## main #49 +/- ##
==========================================
+ Coverage 78.39% 80.02% +1.62%
==========================================
Files 13 13
Lines 787 791 +4
==========================================
+ Hits 617 633 +16
+ Misses 170 158 -12
Files | Coverage Δ | |
---|---|---|
src/models/RatingScaleModel.jl | 100.00% <100.00%> (ø) |
|
src/models/PartialCreditModel.jl | 95.00% <50.00%> (-5.00%) |
:arrow_down: |
src/models/RaschModel.jl | 96.63% <94.73%> (+6.72%) |
:arrow_up: |
src/models/PolytomousRaschModel.jl | 93.75% <78.26%> (-0.37%) |
:arrow_down: |
... and 1 file with indirect coverage changes
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
This pull request implements the interface version 0.2.0 of AbstractItemResponseModels.
closes #48 closes #50 closes #46