Update coveralls to the latest version ๐
โ๏ธ Important announcement: Greenkeeper will be saying goodbye ๐ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io
The devDependency coveralls was updated from 3.0.8 to 3.0.10.
This version is not covered by your current version range.
If you donโt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: nickmerwin License: BSD-2-Clause
Release Notes for CodeFresh support, Maintenance
Added:
- CodeFresh support (@suda)
Improved:
- Travis Pro repo token handling (@benpetty @derekherman)
- Readme Jest example re: posting on success only (@AndreMiras)
Updated:
- minimist version (@ashishkujoy)
- GitHub CI actions checkout v2 (@XhmikosR)
Commits
The new version differs by 21 commits.
2ea7be3bump version5e976c5Only coverage report on test success, fixes #2303d83b4fSet service_name and/or repo_token from .coveralls.yml regardless of if $COVERALLS_REPO_TOKEN is set (#272)710c504Add Codefresh support8c4ba99CI: switch toactions/checkout@v2eb1a3c9278 Upgrades minimist dependency to 1.2.52e2b108bump version50913edRemove the now unused istanbul and mocha-lcov-reporter devDependencies1bceeffRevert #243.4aa11a2Remove snyk.33eccc3Revert "CI: usenpm cion Node.js >=8."236529bUpdate logger.js3a90b07fix equality operator in logger.jsbbe2de5Update package.json07ef879Fix logger regression.
There are 21 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donโt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
- The
devDependencycoveralls was updated from3.0.8to3.0.11.
Update to this version instead ๐
Release Notes for COVERALLS_SERVICE_NUMBER environment variable support
Improved:
- If COVERALLS_SERVICE_NUMBER is set, set service_number from it. (@midgleyc)