- Notifications
You must be signed in to change notification settings - Fork1k
chore: Fix dependabot path after moving package.json into site#133
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecovbot commentedFeb 1, 2022 • 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 @@## main #133 +/- ##==========================================- Coverage 70.41% 70.32% -0.10%========================================== Files 100 100 Lines 4317 4317 Branches 68 68 ==========================================- Hits 3040 3036 -4- Misses 1029 1032 +3- Partials 248 249 +1
Continue to review full report at Codecov.
|
Thanks@jawnsy@kylecarbs for reviewing! |
…139)Unfortunately along with#133 I missed one other item in moving files to `/site` in#128 - ignoring new configuration files (and other folders) in our `jest.config.js`.This caused our coverage numbers in front-end code to dip, because files that shouldn't be included (and previously weren't included) were now being tracked for coverage.
Missed in#128 - need to update the
dependabot.yml
to point to the correct package.json, which was moved from/package.json
->/site/package.json