Becksteinlab / kda

Python package used for the analysis of biochemical kinetic diagrams.
GNU General Public License v3.0
3 stars 1 forks source link

MAINT: Refactor `test_plotting.py` #43

Closed nawtrey closed 2 years ago

nawtrey commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #43 (2022d56) into master (c4843b1) will increase coverage by 1.87%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
+ Coverage   97.99%   99.86%   +1.87%     
==========================================
  Files           9        9              
  Lines         747      747              
==========================================
+ Hits          732      746      +14     
+ Misses         15        1      -14     
Impacted Files Coverage Δ
kda/plotting.py 100.00% <100.00%> (+6.93%) :arrow_up:
nawtrey commented 2 years ago

Tests pass, coverage for this module is increased to 100%. Merging.