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

New 1 #308

Open
wants to merge 53 commits into
base: coveralls-action
Choose a base branch
from
Open

New 1 #308

wants to merge 53 commits into from

Commits on Nov 25, 2019

  1. Fix Windows tests again.

    XhmikosR authored and nickmerwin committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    c202346 View commit details
    Browse the repository at this point in the history
  2. CI: Add Windows testing and lint

    XhmikosR authored and nickmerwin committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    ef51945 View commit details
    Browse the repository at this point in the history
  3. CI: use npm ci on Node.js >=8.

    XhmikosR authored and nickmerwin committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    be79dab View commit details
    Browse the repository at this point in the history
  4. Tweak README.md

    * fix redirected links and use https when possible
    * Markdown consistency changes
    XhmikosR authored and nickmerwin committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    0488f10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f58f8b9 View commit details
    Browse the repository at this point in the history
  6. Fix logger regression.

    XhmikosR authored and nickmerwin committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    07ef879 View commit details
    Browse the repository at this point in the history
  7. Update package.json

    Remove the now unused pretest scripts
    XhmikosR authored and nickmerwin committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    bbe2de5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a90b07 View commit details
    Browse the repository at this point in the history
  9. Update logger.js

    nickmerwin committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    236529b View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Revert "CI: use npm ci on Node.js >=8."

    This reverts commit be79dab.
    
    Too complex to make this work with full version numbers
    XhmikosR authored and nickmerwin committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    33eccc3 View commit details
    Browse the repository at this point in the history
  2. Remove snyk.

    XhmikosR authored and nickmerwin committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    4aa11a2 View commit details
    Browse the repository at this point in the history
  3. Revert #243.

    cobertura-parse is archived and in bad shape. They even have mocha in dependencies.
    XhmikosR authored and nickmerwin committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    1bceeff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50913ed View commit details
    Browse the repository at this point in the history
  5. bump version

    nickmerwin committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    2e2b108 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    eb1a3c9 View commit details
    Browse the repository at this point in the history
  2. CI: switch to actions/checkout@v2

    XhmikosR authored and nickmerwin committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    8c4ba99 View commit details
    Browse the repository at this point in the history
  3. Add Codefresh support

    suda authored and nickmerwin committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    710c504 View commit details
    Browse the repository at this point in the history
  4. Set service_name and/or repo_token from .coveralls.yml regardless of …

    …if $COVERALLS_REPO_TOKEN is set (#272)
    
    * using TRAVIS_COMMIT environment variable for git_commit
    
    * Setting repo token and service name from .coveralls.yml regardless of if $COVERALLS_REPO_TOKEN
    
    * only set options.repo_token from coveralls_yaml_conf if set in .coveralls.yml
    
    * Update lib/getOptions.js
    
    Co-Authored-By: Derek Herman <derek.herman@xwp.co>
    benpetty and derekherman committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    3d83b4f View commit details
    Browse the repository at this point in the history
  5. Only coverage report on test success, fixes #230

    Addresses only the `jest` case, other cases can be handled via
    subsequent pull requests.
    AndreMiras authored and nickmerwin committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    5e976c5 View commit details
    Browse the repository at this point in the history
  6. bump version

    nickmerwin committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    2ea7be3 View commit details
    Browse the repository at this point in the history
  7. If COVERALLS_SERVICE_NUMBER is set, set service_number from it. (#208)

    * If COVERALLS_SERVICE_NUMBER is set, set service_number from it.
    
    Remove the duplicate service_pull_request set.
    midgleyc committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    b010d3d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    21f476c View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Update getOptions.js

    * Revert 3d83b4f#diff-55c2772ed44f17a0079fc5dabe37be63R29 to fix Travis fails due to missing git object
    nickmerwin committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    7ffe6dc View commit details
    Browse the repository at this point in the history
  2. 3.0.12

    nickmerwin committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    49d0f76 View commit details
    Browse the repository at this point in the history
  3. fix test

    nickmerwin committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    aaff7f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f2426b View commit details
    Browse the repository at this point in the history
  5. 3.0.13

    nickmerwin committed Apr 21, 2020
    2 Configuration menu
    Copy the full SHA
    eaba7c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. remove redundant code (#283)

    The check is already done above.
    lpinca committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    ff21930 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Minor lint tweaks (#285)

    XhmikosR committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    3647673 View commit details
    Browse the repository at this point in the history
  2. GH Action workflow update (#287)

    * parallel
    * flag-name
    nickmerwin committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    1615297 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0c6941 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59a57e2 View commit details
    Browse the repository at this point in the history
  5. 3.0.14

    nickmerwin committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    844d765 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Update sinon to v7.5.0. (#288)

    Co-authored-by: Xavier <yadd@debian.org>
    XhmikosR and guimard committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    eb6dc35 View commit details
    Browse the repository at this point in the history
  2. Handle service_job_number for parallelism in Travis and CircleCI (#290)

    * support `service_job_number` for CircleCI/Travis
    * Travis use TRAVIS_JOB_ID
    nickmerwin committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    705c3b5 View commit details
    Browse the repository at this point in the history
  3. 3.1.0

    nickmerwin committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    2f95964 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    536f3c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55c64cb View commit details
    Browse the repository at this point in the history
  6. readme typo

    nickmerwin committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    14e8b44 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Minor CI tweaks

    * 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
    XhmikosR authored and nickmerwin committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    80bc04e View commit details
    Browse the repository at this point in the history
  2. Switch to xo@0.24.0 for linting

    Not using the latest version for Node.js 6.x support.
    XhmikosR authored and nickmerwin committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    41df01b View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. tests: fix deprecation warning coming from sinon.sandbox.create()

    Switch to the default sandbox.
    XhmikosR authored and nickmerwin committed May 1, 2020
    Configuration menu
    Copy the full SHA
    fa8ab4c View commit details
    Browse the repository at this point in the history
  2. Update sinon to v.8.x.

    The latest sinon version (9.x) drops support for older Nojde.js versions.
    XhmikosR authored and nickmerwin committed May 1, 2020
    Configuration menu
    Copy the full SHA
    affd0f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f808ee View commit details
    Browse the repository at this point in the history
  4. Regenerate package-lock.json

    XhmikosR authored and nickmerwin committed May 1, 2020
    Configuration menu
    Copy the full SHA
    f4dee84 View commit details
    Browse the repository at this point in the history
  5. xo: make handle-callback-err an error.

    This will prevent tests not checking for errors.
    XhmikosR authored and nickmerwin committed May 1, 2020
    Configuration menu
    Copy the full SHA
    65fd013 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    * 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
    XhmikosR authored and nickmerwin committed May 1, 2020
    Configuration menu
    Copy the full SHA
    21f7b1d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Bump ini from 1.3.5 to 1.3.7

    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>
    dependabot[bot] authored and nickmerwin committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    3bf6386 View commit details
    Browse the repository at this point in the history
  2. Bump y18n from 4.0.0 to 4.0.1

    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>
    dependabot[bot] authored and nickmerwin committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    9598930 View commit details
    Browse the repository at this point in the history
  3. Bump lodash from 4.17.15 to 4.17.21

    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>
    dependabot[bot] authored and nickmerwin committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    326abbc View commit details
    Browse the repository at this point in the history
  4. Bump hosted-git-info from 2.8.8 to 2.8.9

    Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
    - [Release notes](https://github.com/npm/hosted-git-info/releases)
    - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
    - [Commits](npm/hosted-git-info@v2.8.8...v2.8.9)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and nickmerwin committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    59643bc View commit details
    Browse the repository at this point in the history
  5. Bump dot-prop from 4.2.0 to 4.2.1

    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>
    dependabot[bot] authored and nickmerwin committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    79c97ba View commit details
    Browse the repository at this point in the history
  6. swap exec for execFile in fetchGitData

    Credit: Adar Zandberg from the CxSCA AppSec team at Checkmarx.
    
    * devDependency updates from Dependabot alerts
    * bump version
    nickmerwin committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    565da5f View commit details
    Browse the repository at this point in the history