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

chore: Fix dependabot path after moving package.json into site #133

Merged
merged 2 commits into from
Feb 1, 2022

Conversation

bryphe-coder
Copy link
Contributor

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

@bryphe-coder bryphe-coder self-assigned this Feb 1, 2022
@codecov
Copy link

codecov bot commented Feb 1, 2022

Codecov Report

Merging #133 (6694969) into main (177eba8) will decrease coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@            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     
Flag Coverage Δ
unittest-go-macos-latest 67.92% <ø> (-0.42%) ⬇️
unittest-go-ubuntu-latest 70.00% <ø> (-0.14%) ⬇️
unittest-go-windows-latest 68.07% <ø> (+0.17%) ⬆️
unittest-js 64.62% <ø> (ø)
Impacted Files Coverage Δ
provisionerd/provisionerd.go 75.67% <0.00%> (-1.09%) ⬇️
peer/conn.go 76.82% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 177eba8...6694969. Read the comment docs.

@bryphe-coder
Copy link
Contributor Author

Thanks @jawnsy @kylecarbs for reviewing!

@bryphe-coder bryphe-coder merged commit 56b3ec1 into main Feb 1, 2022
@bryphe-coder bryphe-coder deleted the bryphe/fix/dependabot-path branch February 1, 2022 22:44
bryphe-coder added a commit that referenced this pull request Feb 1, 2022
…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants