Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Convert str.format to f-strings #138

Merged
merged 4 commits into from
Feb 5, 2024

adapt testing because of previously missing Description field

fa8320d
Select commit
Loading
Failed to load commit list.
Merged

chore: Convert str.format to f-strings #138

adapt testing because of previously missing Description field
fa8320d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 29, 2024 in 0s

96.98% (+0.45%) compared to 02f096d

View this Pull Request on Codecov

96.98% (+0.45%) compared to 02f096d

Details

Codecov Report

Attention: 22 lines in your changes are missing coverage. Please review.

Comparison is base (02f096d) 96.52% compared to head (fa8320d) 96.98%.
Report is 1 commits behind head on master.

Files Patch % Lines
altamisa/isatab/validate_assay_study.py 17.64% 14 Missing ⚠️
altamisa/apps/isatab2dot.py 83.33% 2 Missing ⚠️
altamisa/isatab/validate_investigation.py 89.47% 2 Missing ⚠️
altamisa/isatab/write_assay_study.py 0.00% 2 Missing ⚠️
tests/test_write_assay.py 66.66% 1 Missing ⚠️
tests/test_write_study.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #138      +/-   ##
==========================================
+ Coverage   96.52%   96.98%   +0.45%     
==========================================
  Files          29       29              
  Lines        3426     3380      -46     
==========================================
- Hits         3307     3278      -29     
+ Misses        119      102      -17     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.