Node Coveralls Versions Save

lcov posting to coveralls.io

3.1.1

2 years ago
  • swapped exec for execFile. Credit: Adar Zandberg from the CxSCA AppSec team at Checkmarx.
  • updated devDependencies
  • merged Dependabot PRs

v3.1.0

4 years ago
  • Handle service_job_number for parallelism in Travis and CircleCI (#290) 705c3b5
  • Update sinon to v7.5.0. (#288) eb6dc35

https://github.com/nickmerwin/node-coveralls/compare/v3.0.14...v3.1.0


This 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;

v3.0.14

4 years ago
  • Update safe dependencies and fix npm vulnerabilities (#284) 59a57e2
  • Move fixtures to test/fixtures. (#286) a0c6941 @XhmikosR
  • GH Action workflow update (#287) 1615297
  • Minor lint tweaks (#285) 3647673 @XhmikosR
  • remove redundant code (#283) ff21930 @lpinca

v3.0.13

4 years ago

3.0.11

4 years ago

Improved:

  • If COVERALLS_SERVICE_NUMBER is set, set service_number from it. (@midgleyc)

3.0.10

4 years ago

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)

3.0.9

4 years ago
  • removed Istanbul, mocha dependencies
  • reverted cobertura-parse support (package dependency archived)
  • removed snyk (automated security updates from GitHub via Dependabot enabled)
  • improved Windows support

3.0.8

4 years ago

Added:

  • Cobertura support (@ly-cultureiq)

Fixed:

  • flag_name handling (@joscha)

Improved

  • ES6-ified codebase (@XhmikosR)
  • AppVeyor tests (@XhmikosR)
  • GitHub Actions (@XhmikosR)

3.0.4

4 years ago

3.0.3

5 years ago

As suggested by NPM and Snyk.