Giter VIP home page Giter VIP logo

Comments (7)

greenkeeper avatar greenkeeper commented on May 28, 2024

After pinning to 3.0.8 your tests are passing again. Downgrade this dependency 📌.

from enb.

greenkeeper avatar greenkeeper commented on May 28, 2024
  • The 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 🚀

Release Notes for CodeFresh support, Maintenance

Added:

  • CodeFresh support (@suda)

Improved:

Updated:

Commits

The new version differs by 6 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

See the full diff

from enb.

greenkeeper avatar greenkeeper commented on May 28, 2024
  • The 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 🚀

Release Notes for COVERALLS_SERVICE_NUMBER environment variable support

Improved:

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

The new version differs by 8 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

See the full diff

from enb.

greenkeeper avatar greenkeeper commented on May 28, 2024
  • The 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 🚀

Commits

The new version differs by 11 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

See the full diff

from enb.

greenkeeper avatar greenkeeper commented on May 28, 2024
  • The 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 🚀

Commits

The new version differs by 13 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

See the full diff

from enb.

greenkeeper avatar greenkeeper commented on May 28, 2024
  • The 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 🚀

Release Notes for Maintenance
Commits

The new version differs by 19 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 19 commits in total.

See the full diff

from enb.

greenkeeper avatar greenkeeper commented on May 28, 2024
  • The 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 🚀

Release Notes for Improved CircleCI / Travis parallelism support
  • Handle service_job_number for parallelism in Travis and CircleCI (#290) 705c3b5
  • Update sinon to v7.5.0. (#288) eb6dc35

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

The new version differs by 22 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 22 commits in total.

See the full diff

from enb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.