APS-4ID-POLAR / polartools

Python package to read and process data from the APS Polar beamline.
https://polartools.readthedocs.io/en/latest/
Other
2 stars 2 forks source link

Update python-package-conda.yml #26

Closed gfabbris closed 3 years ago

gfabbris commented 3 years ago

It turns out it is still not working.... it's not ignoring the files in "covecod.yml"

codecov-io commented 3 years ago

Codecov Report

Merging #26 (f8b6a7b) into main (385d216) will increase coverage by 31.01%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main      #26       +/-   ##
===========================================
+ Coverage   31.20%   62.21%   +31.01%     
===========================================
  Files          13        6        -7     
  Lines        1407      442      -965     
===========================================
- Hits          439      275      -164     
+ Misses        968      167      -801     
Impacted Files Coverage Δ
polartools/tests/test_pressure_calibration.py
setup.py
polartools/tests/test_absorption.py
polartools/tests/test_load_data.py
versioneer.py
polartools/_version.py
polartools/tests/test_manage_database.py

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 385d216...6def307. Read the comment docs.

gfabbris commented 3 years ago

Looks like this works. Not entirely sure how I fixed it, but it seems that a typo in the GitHub actions file was the main problem (it had a " in the end, f8b6a7b), but adding .coveragerc didn't hurt...