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

workflows: run tests for master #620

Merged
merged 1 commit into from
Aug 21, 2024
Merged

workflows: run tests for master #620

merged 1 commit into from
Aug 21, 2024

Conversation

roman-khimov
Copy link
Member

Sometimes merged code != PR code and we want to have some proper statistics for covertage as well (it doesn't have proper data for master now because we're not collecting it).

Copy link

codecov bot commented Aug 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.39%. Comparing base (326e40d) to head (d8fea6e).
Report is 8 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #620      +/-   ##
==========================================
+ Coverage   54.38%   54.39%   +0.01%     
==========================================
  Files         164      164              
  Lines       19152    19152              
==========================================
+ Hits        10416    10418       +2     
+ Misses       8338     8335       -3     
- Partials      398      399       +1     

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

branches:
- master
paths-ignore:
- '*.md'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- '*.md'
- '**/*.md'

not sure it changes anything to us now but this it how it is done below

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

Sometimes merged code != PR code and we want to have some proper statistics
for covertage as well (it doesn't have proper data for master now because
we're not collecting it).

Signed-off-by: Roman Khimov <[email protected]>
@carpawell carpawell merged commit 802ff3c into master Aug 21, 2024
8 checks passed
@carpawell carpawell deleted the test-master branch August 21, 2024 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants