- Notifications
You must be signed in to change notification settings - Fork673
chore: rename 'tools/functional/' to 'tests/functional/'#1469
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
chore: rename 'tools/functional/' to 'tests/functional/'#1469
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-commenter commentedMay 26, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #1469 +/- ##==========================================- Coverage 90.91% 82.00% -8.92%========================================== Files 73 73 Lines 4051 4051 ==========================================- Hits 3683 3322 -361- Misses 368 729 +361
Flags with carried forward coverage won't be shown.Click here to find out more.
|
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.
Thanks John! Could you also change the paths in the renovate config:
python-gitlab/.renovaterc.json
Line 7 ineabe091
"fileMatch": ["^tools/functional/fixtures/.env$"], |
And the Manifest (especially if we move unit tests there also):
Line 3 ineabe091
recursive-include tools * |
Rename the 'tools/functional/' directory to 'tests/functional/'This makes more sense as these are functional tests and not tools.This was dicussed in:#1468
Done! Thanks. |
Rename the 'tools/functional/' directory to 'tests/functional/'
This makes more sense as these are functional tests and not tools.