Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

teste #320

Open
wants to merge 129 commits into
base: branching
Choose a base branch
from
Open

teste #320

wants to merge 129 commits into from

Conversation

jhonatan-github
Copy link

teste

Hirse and others added 30 commits October 14, 2016 13:56
- Update request, nyc, istanbul, mocha to the latest version
- Ref #149
It's making run the CI with older versions of Node releases and more importantly with branches that don't receive security patches.
don't hardcode minor version
Fix node-uuid deprecation by updating request dependency
Update outdated dependencies
Minor formatting correction
* Add .idea to .gitignore

* Added alternative method for parsing current commit with test.

* Fixing test.

* Remove dependency on fs-extra.
* Add license

Fixes #121. I took the copyright year from the first commit 5eaec7e, the company name from the footer of the https://coveralls.io/ site, and the rest of the test from https://en.wikipedia.org/wiki/BSD_licenses#2-clause_license_.28.22Simplified_BSD_License.22_or_.22FreeBSD_License.22.29.

* license file LLC => Inv
* Update examples to include Jest

Also included link to my project where I am successfully implementing jest coverage and travis-ci

* jest example command use pipe to coveralls
fs.exists doesn't return anything and calling it without a callback
is useless. Probably fs.existsSync was meant to be called here.
* Add buildkite support

* Add committer name, email, commit message and pull request number

* Add buildkite to support CIs in README.md
nickmerwin and others added 29 commits April 21, 2020 11:36
The check is already done above.
* parallel
* flag-name
Co-authored-by: Xavier <yadd@debian.org>
* support `service_job_number` for CircleCI/Travis
* Travis use TRAVIS_JOB_ID
* add Node.js 14
* rename job to test
* uppercase `GITHUB_TOKEN` for consistency
* remove no longer needed steps; `actions-setup-node` prints this by default now
Not using the latest version for Node.js 6.x support.
The latest sinon version (9.x) drops support for older Nojde.js versions.
This will prevent tests not checking for errors.
* use an unordered list for the supported CI services and make it a heading
* fix tap repo URL
* add a few trailing slahes in URLs
* remove a duplicate trailing slash
* minor grammar tweaks
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](npm/ini@v1.3.5...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/sindresorhus/dot-prop/releases)
- [Commits](sindresorhus/dot-prop@v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: dot-prop
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Credit: Adar Zandberg from the CxSCA AppSec team at Checkmarx.

* devDependency updates from Dependabot alerts
* bump version
@jtwebman
Copy link

jtwebman commented Mar 6, 2022

Since this library doesn't seem to be supported anymore I fix a bunch of things on a fork if you want to check it out and are still pulling the library into your packages: https://github.com/jtwebman/coveralls-next

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet