Closed perllaghu closed 3 years ago
Merging #60 (1f2bf83) into master (d000168) will increase coverage by
1.82%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #60 +/- ##
==========================================
+ Coverage 76.57% 78.40% +1.82%
==========================================
Files 43 43
Lines 2083 2088 +5
==========================================
+ Hits 1595 1637 +42
+ Misses 488 451 -37
Impacted Files | Coverage Δ | |
---|---|---|
nbexchange/handlers/assignment.py | 91.08% <100.00%> (+12.91%) |
:arrow_up: |
nbexchange/dbutil.py | 62.11% <0.00%> (+7.45%) |
: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 d000168...1f2bf83. Read the comment docs.
This adds a script that will soak-test the exchange (caveat: for EDINA's kubernetes environment)
Documentation added to CONTRIBUTING.
(... oh, and adds the missing unit tests for the DELETE method in
assignments
)