Open greenkeeper[bot] opened 5 years ago
After pinning to 3.0.4 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
devDependency
coveralls was updated from 3.0.5
to 3.0.6
.Your tests are still failing with this version. Compare changes
The new version differs by 3 commits.
1e09691
Merge branch 'master' of https://github.com/nickmerwin/node-coveralls
d3045b4
handleInput callback include body
e55883a
COVERALLS_PARALLEL docs link update
See the full diff
devDependency
coveralls was updated from 3.0.6
to 3.0.7
.Your tests are still failing with this version. Compare changes
devDependency
coveralls was updated from 3.0.8
to 3.0.9
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 39 commits.
2e2b108
bump version
50913ed
Remove the now unused istanbul and mocha-lcov-reporter devDependencies
1bceeff
Revert #243.
4aa11a2
Remove snyk.
33eccc3
Revert "CI: use npm ci
on Node.js >=8."
236529b
Update logger.js
3a90b07
fix equality operator in logger.js
bbe2de5
Update package.json
07ef879
Fix logger regression.
f58f8b9
README.md: Add GitHub Actions CI info.
0488f10
Tweak README.md
be79dab
CI: use npm ci
on Node.js >=8.
ef51945
CI: Add Windows testing and lint
c202346
Fix Windows tests again.
3d82534
use Coveralls GitHub action
There are 39 commits in total.
See the full diff
devDependency
coveralls was updated from 3.0.9
to 3.0.10
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 45 commits.
2ea7be3
bump version
5e976c5
Only coverage report on test success, fixes #230
3d83b4f
Set service_name and/or repo_token from .coveralls.yml regardless of if $COVERALLS_REPO_TOKEN is set (#272)
710c504
Add Codefresh support
8c4ba99
CI: switch to actions/checkout@v2
eb1a3c9
278 Upgrades minimist dependency to 1.2.5
2e2b108
bump version
50913ed
Remove the now unused istanbul and mocha-lcov-reporter devDependencies
1bceeff
Revert #243.
4aa11a2
Remove snyk.
33eccc3
Revert "CI: use npm ci
on Node.js >=8."
236529b
Update logger.js
3a90b07
fix equality operator in logger.js
bbe2de5
Update package.json
07ef879
Fix logger regression.
There are 45 commits in total.
See the full diff
devDependency
coveralls was updated from 3.0.10
to 3.0.11
.Your tests are still failing with this version. Compare changes
The new version differs by 47 commits.
21f476c
added COVERALLS_SERVICE_NUMBER to Readme; ver bump
b010d3d
If COVERALLS_SERVICE_NUMBER is set, set service_number from it. (#208)
2ea7be3
bump version
5e976c5
Only coverage report on test success, fixes #230
3d83b4f
Set service_name and/or repo_token from .coveralls.yml regardless of if $COVERALLS_REPO_TOKEN is set (#272)
710c504
Add Codefresh support
8c4ba99
CI: switch to actions/checkout@v2
eb1a3c9
278 Upgrades minimist dependency to 1.2.5
2e2b108
bump version
50913ed
Remove the now unused istanbul and mocha-lcov-reporter devDependencies
1bceeff
Revert #243.
4aa11a2
Remove snyk.
33eccc3
Revert "CI: use npm ci
on Node.js >=8."
236529b
Update logger.js
3a90b07
fix equality operator in logger.js
There are 47 commits in total.
See the full diff
devDependency
coveralls was updated from 3.0.12
to 3.0.13
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
coveralls was updated from 3.0.13
to 3.0.14
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 11 commits.
844d765
3.0.14
59a57e2
Update safe dependencies and fix npm vulnerabilities (#284)
a0c6941
Move fixtures to test/fixtures. (#286)
1615297
GH Action workflow update (#287)
3647673
Minor lint tweaks (#285)
ff21930
remove redundant code (#283)
eaba7c6
3.0.13
2f2426b
pass flag_name to API post JSON
aaff7f8
fix test
49d0f76
3.0.12
7ffe6dc
Update getOptions.js
See the full diff
devDependency
coveralls was updated from 3.0.14
to 3.1.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
service_job_number
for parallelism in Travis and CircleCI (#290) 705c3b5This is a minor
release due to the change in behavior for CircleCI, which now uses the Workflow ID to merge parallel coverage jobs:
options.service_number = process.env.CIRCLE_WORKFLOW_ID;
options.service_job_number = process.env.CIRCLE_BUILD_NUM;
The new version differs by 14 commits.
2f95964
3.1.0
705c3b5
Handle service_job_number for parallelism in Travis and CircleCI (#290)
eb6dc35
Update sinon to v7.5.0. (#288)
844d765
3.0.14
59a57e2
Update safe dependencies and fix npm vulnerabilities (#284)
a0c6941
Move fixtures to test/fixtures. (#286)
1615297
GH Action workflow update (#287)
3647673
Minor lint tweaks (#285)
ff21930
remove redundant code (#283)
eaba7c6
3.0.13
2f2426b
pass flag_name to API post JSON
aaff7f8
fix test
49d0f76
3.0.12
7ffe6dc
Update getOptions.js
See the full diff
The devDependency coveralls was updated from
3.0.4
to3.0.5
.π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
coveralls is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/interfacewerk/iwerk-angular-ui/builds/557648569?utm_source=github_status&utm_medium=notification)).Commits
The new version differs by 6 commits.
55fc4d8
Merge branch 'master' of https://github.com/nickmerwin/node-coveralls
b94fd9a
version bump
0c147a8
fix: vulnerabilities (#227)
2c73fc8
Bump lodash from 4.17.11 to 4.17.14 (#229)
cf1921d
Update configuration logic for Jenkins (#217)
f0ddec5
Add support for Azure Pipelines (#221)
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: