-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
PascalCase files #6955
PascalCase files #6955
Conversation
Thanks for this! Could you please fix the failing tests? Let us know if you have any questions. |
@ozyx I can't reproduce the error that circleci is showing. Am I doing something wrong? |
No, I think circleci is cacheing something. Will look into it today. The tests seem to pass locally and all looks good! |
I think only members of the @nasa organization are able to trigger builds manually. However, I did trigger a build using the instructions provided and I'm seeing the same errors, so something else is going on here @unlikelyzero . Will investigate today and keep you posted @depperm |
@depperm OK. It looks like some files were not renamed. Take a look at Please ensure that all files have been renamed properly and let's try again. |
Do you mean the directory name? I was under the impression this was only for Vue components not all file/dir naming convention. I can change all files. Is this the case for all naming (all .js files and directories)? |
Sorry, let me clarify. Here we reference But here you can see that the file was never renamed, it's still |
Current Playwright Test Results Summary✅ 138 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 09/14/2023 12:52:45am UTC)
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Log plot tests Log Plot ticks are functionally correct in regular and log mode and after refresh
Retry 1 • Initial Attempt |
2.38% (1)1 / 42 runfailed over last 7 days |
33.33% (14)14 / 42 runsflaked over last 7 days |
Codecov Report
@@ Coverage Diff @@
## master #6955 +/- ##
==========================================
- Coverage 55.78% 55.48% -0.30%
==========================================
Files 643 643
Lines 25787 25801 +14
Branches 2517 2517
==========================================
- Hits 14385 14316 -69
- Misses 10706 10797 +91
+ Partials 696 688 -8
*This pull request uses carry forward flags. Click here to find out more.
... and 15 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Hi @depperm, Sorry for the delay. We intend on merging this, but will need to verify that it won't impact other open PRs (difficult merge conflicts). In the past, we've had to do some of the more extensive refactorings (such as Thanks for your patience! |
@depperm Could you please fix the conflict on your local repo? It seems I'm unable to fix it on the remote for some reason. |
@ozyx merged |
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.
LGTM! Thank you!
Closes #5216
Describe your changes:
Added linting rule for files to be pascal case as referenced.
All Submissions:
Author Checklist
Reviewer Checklist