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

fix(integration): do not error on non-existing tag #217

Merged
merged 2 commits into from
Aug 2, 2024

refactor(cli): remove try-catch on `comareCommits`

fc8c828
Select commit
Loading
Failed to load commit list.
Merged

fix(integration): do not error on non-existing tag #217

refactor(cli): remove try-catch on `comareCommits`
fc8c828
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 2, 2024 in 0s

89.86% (-0.18%) compared to b99557d

View this Pull Request on Codecov

89.86% (-0.18%) compared to b99557d

Details

Codecov Report

Attention: Patch coverage is 93.33333% with 2 lines in your changes missing coverage. Please review.

Project coverage is 89.86%. Comparing base (b99557d) to head (fc8c828).

Files Patch % Lines
integration/commits.ts 90.90% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #217      +/-   ##
==========================================
- Coverage   90.03%   89.86%   -0.18%     
==========================================
  Files          13       14       +1     
  Lines        1104     1164      +60     
  Branches      143      148       +5     
==========================================
+ Hits          994     1046      +52     
- Misses        108      116       +8     
  Partials        2        2              

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