Closed greenkeeper[bot] closed 1 year ago
After pinning to 3.0.7 your tests are passing again. Downgrade this dependency π.
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 15 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
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 21 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 21 commits in total.
See the full diff
devDependency
coveralls was updated from 3.0.10
to 3.0.11
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 23 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 23 commits in total.
See the full diff
devDependency
coveralls was updated from 3.0.11
to 3.0.12
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 26 commits.
aaff7f8
fix test
49d0f76
3.0.12
7ffe6dc
Update getOptions.js
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.
There are 26 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 π
The new version differs by 28 commits.
eaba7c6
3.0.13
2f2426b
pass flag_name to API post JSON
aaff7f8
fix test
49d0f76
3.0.12
7ffe6dc
Update getOptions.js
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
There are 28 commits in total.
See the full diff
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 34 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
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
There are 34 commits in total.
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 37 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
21f476c
added COVERALLS_SERVICE_NUMBER to Readme; ver bump
There are 37 commits in total.
See the full diff
The devDependency coveralls was updated from
3.0.7
to3.0.8
.π¨ 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
- β **Travis CI - Branch:** The build **failed**.Commits
The new version differs by 24 commits.
b1f7950
version bump
7c6178f
Merge branch 'XhmikosR-appveyor-tests'
ba49b6d
Merge branch 'appveyor-tests' of https://github.com/XhmikosR/node-coveralls into XhmikosR-appveyor-tests
51890f8
Merge branch 'ly-cultureiq-add_cobertura_support'
e48a66d
Merge branch 'add_cobertura_support' of https://github.com/ly-cultureiq/node-coveralls into ly-cultureiq-add_cobertura_support
ee636f6
fix typos
571b38a
fix: pass flag_name to coveralls API (#251)
06459ae
Remove
path.existsSync
(#248)0d13be9
Merge branch 'master' of https://github.com/nickmerwin/node-coveralls
0a351ed
Merge branch 'XhmikosR-rm-growl'
9d9134b
npm install
336123f
ES6
eba01a2
Fix tests on Windows. (#237)
cbc1bdf
Update test.yml
217402c
Merge branch 'master' into pr/236
There are 24 commits in total.
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: