emilienschultz / pyshs-bib

MIT License
9 stars 4 forks source link

Move pyshs into it's own directory #29

Closed Carreau closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #29 (fb7c6d5) into main (1a7217f) will increase coverage by 0.14%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #29      +/-   ##
==========================================
+ Coverage   54.42%   54.57%   +0.14%     
==========================================
  Files           2        3       +1     
  Lines         305      306       +1     
==========================================
+ Hits          166      167       +1     
  Misses        139      139              
Impacted Files Coverage Δ
pyshs/_core.py 51.06% <ø> (ø)
pyshs/__init__.py 100.00% <100.00%> (ø)

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 1a7217f...fb7c6d5. Read the comment docs.

Carreau commented 2 years ago

As you can see, changes are now tested like so:

Screen Shot 2022-07-10 at 17 22 54

And will become red/green depending on whether some tests are failing or not.