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 gen output file name if year in directory #448

Merged
merged 2 commits into from
Apr 2, 2024
Merged

Conversation

ppinchuk
Copy link
Collaborator

@ppinchuk ppinchuk commented Apr 1, 2024

Previously, year would be omitted if it's in the project directory, which caused issues for the collection step. Basically, we are avoiding the following situation with this change:

image

@codecov-commenter
Copy link

codecov-commenter commented Apr 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.24%. Comparing base (4ccfbc8) to head (57e9908).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #448      +/-   ##
==========================================
+ Coverage   87.17%   87.24%   +0.06%     
==========================================
  Files         122      122              
  Lines       17291    17329      +38     
==========================================
+ Hits        15073    15118      +45     
+ Misses       2218     2211       -7     
Flag Coverage Δ
unittests 87.24% <100.00%> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@ppinchuk ppinchuk merged commit 9cf454c into main Apr 2, 2024
11 checks passed
@ppinchuk ppinchuk deleted the pp/year_in_run_dir_fix branch April 2, 2024 15:40
github-actions bot pushed a commit that referenced this pull request Apr 2, 2024
Fix gen output file name if year in directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants