codecov-action
codecov-action copied to clipboard
build(deps-dev): bump jest-junit from 13.2.0 to 14.0.1
Bumps jest-junit from 13.2.0 to 14.0.1.
Release notes
Sourced from jest-junit's releases.
v14.0.1
Prevent unnecessary duplicate test cases by
@azzlack
- jest-community/jest-junit#221v14.0.0
- Fix getOptions support for Windows machines #215 by
@mastrzyz
- Failures in Test hooks like "AfterAll" now get shown in the Junit Results #214 by
@mastrzyz
Commits
ff4efe6
Merge pull request #222 from palmerj3/v14.0.1e23d68f
v14.0.1d0fb7dc
Merge pull request #221 from azzlack/master5bd498f
Update utils/buildJsonResults.js64c1804
Don't assume test execution failure if testExecError is null instead of undef...a68ff32
Merge pull request #217 from palmerj3/v141dfb2e8
v143009192
Merge pull request #214 from mastrzyz/master27b4389
Merge pull request #215 from mastrzyz/mastrzyz/fixGetOptionsd739358
Update package.json- Additional commits viewable in compare view
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 ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #817 (e2851bf) into master (7f20bd4) will increase coverage by
0.58%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #817 +/- ##
==========================================
+ Coverage 95.32% 95.90% +0.58%
==========================================
Files 4 4
Lines 171 171
Branches 49 49
==========================================
+ Hits 163 164 +1
+ Misses 8 7 -1
Flag | Coverage Δ | |
---|---|---|
demo | 80.00% <ø> (ø) |
|
macos-latest | 95.90% <ø> (+0.58%) |
:arrow_up: |
script | 97.43% <ø> (+0.64%) |
:arrow_up: |
ubuntu-latest | 95.90% <ø> (+0.58%) |
:arrow_up: |
version | 80.00% <ø> (ø) |
|
windows-latest | 95.90% <ø> (+0.58%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
src/buildExec.ts | 99.18% <0.00%> (+0.81%) |
:arrow_up: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Superseded by #872.