-
Notifications
You must be signed in to change notification settings - Fork 79
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
config: fix TestGetConfigFromContext on Windows #3306
Conversation
86219e9
to
0e54978
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not use test
prefix to commit/PRs, this prefix is too generic. Use module-specific prefix, because we have tests with the same name in different modules.
0e54978
to
2e5da30
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3306 +/- ##
==========================================
- Coverage 84.96% 84.87% -0.10%
==========================================
Files 328 328
Lines 44747 44747
==========================================
- Hits 38020 37979 -41
- Misses 5216 5258 +42
+ Partials 1511 1510 -1 ☔ View full report in Codecov by Sentry. |
5267363
to
6ffdb1a
Compare
ceadf3c
to
c80f42a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise LGTM.
Failing test caused by hardcoded relative path check which is different for Windows. Close #3305 Signed-off-by: Ekaterina Pavlova <[email protected]>
c80f42a
to
939631c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good, now I'm convinced that this functionality works properly on Windows.
@roman-khimov, may be reviewed & merged. |
Failing test caused by hardcoded relative path check which is different for Windows.
Close #3305