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

DM-46970: Handle None values in table mode #79

Merged
merged 7 commits into from
Dec 5, 2024

Try to dump table output regularly

cdace0b
Select commit
Loading
Failed to load commit list.
Merged

DM-46970: Handle None values in table mode #79

Try to dump table output regularly
cdace0b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 5, 2024 in 0s

87.97% (-0.02%) compared to c715040, passed because coverage increased by 0.07% when compared to adjusted base (87.90%)

View this Pull Request on Codecov

87.97% (-0.02%) compared to c715040, passed because coverage increased by 0.07% when compared to adjusted base (87.90%)

Details

Codecov Report

Attention: Patch coverage is 88.33333% with 7 lines in your changes missing coverage. Please review.

Project coverage is 87.97%. Comparing base (c715040) to head (cdace0b).

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
python/astro_metadata_translator/bin/translate.py 84.78% 4 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #79      +/-   ##
==========================================
- Coverage   87.99%   87.97%   -0.02%     
==========================================
  Files          37       37              
  Lines        3106     3144      +38     
  Branches      413      414       +1     
==========================================
+ Hits         2733     2766      +33     
- Misses        258      260       +2     
- Partials      115      118       +3     

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