Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 4, 2021

Bumps codecov from 3.8.1 to 3.8.2.

Release notes

Sourced from codecov's releases.

v3.8.2

3.8.2

Fixes

  • #304 Add coverage-final.json as a possible coverage file during file lookup
Changelog

Sourced from codecov's changelog.

3.8.2

Fixes

  • Add coverage-final.json as a possible coverage file during file lookup

Commits
  • 19b47f2 Merge pull request #304 from codecov/coveragefinaljson
  • bd9a87a Add coverage-final.json and bump to 3.8.2
  • d91e38f Merge pull request #294 from codecov/dependabot/npm_and_yarn/y18n-4.0.1
  • ff9c83e Merge pull request #293 from codecov/dependabot/npm_and_yarn/husky-6.0.0
  • 6e6c33d Bump y18n from 4.0.0 to 4.0.1
  • 732f623 Bump husky from 5.1.3 to 6.0.0
  • 91cecbb Merge pull request #286 from codecov/dependabot/npm_and_yarn/eslint-7.21.0
  • 7dbcf66 Merge pull request #282 from codecov/dependabot/github_actions/actions/setup-...
  • bac24a3 Bump eslint from 7.19.0 to 7.21.0
  • 29f2af9 Merge pull request #287 from codecov/dependabot/npm_and_yarn/husky-5.1.3
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@dependabot dependabot bot requested a review from a team as a code owner May 4, 2021 11:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels May 4, 2021
@codecov
Copy link

codecov bot commented May 4, 2021

Codecov Report

Merging #3280 (46cd912) into main (9fe459a) will increase coverage by 4.12%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3280      +/-   ##
==========================================
+ Coverage   46.90%   51.02%   +4.12%     
==========================================
  Files          23       23              
  Lines        1196     1266      +70     
  Branches      237      286      +49     
==========================================
+ Hits          561      646      +85     
- Misses        451      498      +47     
+ Partials      184      122      -62     
Impacted Files Coverage Δ
src/node/http.ts 27.86% <0.00%> (-6.18%) ⬇️
src/node/vscode.ts 27.50% <0.00%> (-2.64%) ⬇️
src/node/wrapper.ts 33.12% <0.00%> (-0.43%) ⬇️
src/node/entry.ts 0.00% <0.00%> (ø)
src/common/emitter.ts 100.00% <0.00%> (ø)
src/node/proxy_agent.ts 0.00% <0.00%> (ø)
src/browser/pages/vscode.ts 0.00% <0.00%> (ø)
src/node/socket.ts 90.00% <0.00%> (+0.34%) ⬆️
src/node/plugin.ts 68.18% <0.00%> (+0.58%) ⬆️
src/node/heart.ts 72.41% <0.00%> (+2.04%) ⬆️
... and 7 more

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 9fe459a...46cd912. Read the comment docs.

@oxy oxy merged commit 220de76 into main May 4, 2021
@oxy oxy deleted the dependabot/npm_and_yarn/codecov-3.8.2 branch May 4, 2021 15:02
@jsjoeio
Copy link
Contributor

jsjoeio commented May 4, 2021

Add coverage-final.json as a possible coverage file during file lookup

Interesting! They added support for coverage-final.json. I think before the docs say use the .xml format. We were already generating both. I would have to look more info it to see which we should use.

oxy pushed a commit that referenced this pull request May 5, 2021
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.8.1 to 3.8.2.
- [Release notes](https://github.com/codecov/codecov-node/releases)
- [Changelog](https://github.com/codecov/codecov-node/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-node@v3.8.1...v3.8.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants