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

Enhancing tests of config parse #5

This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 10, 2018

  1. docs: amend CHANGELOG

    Benjamin Coe committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    91941bb View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.0.1

    Benjamin Coe committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    03bb8c4 View commit details
    Browse the repository at this point in the history
  3. docs: slight tweak to README

    Benjamin Coe committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    f77f524 View commit details
    Browse the repository at this point in the history
  4. chore(release): 3.0.2

    Benjamin Coe committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    702ffb2 View commit details
    Browse the repository at this point in the history
  5. chore: add git repo

    Benjamin Coe committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    9d51965 View commit details
    Browse the repository at this point in the history
  6. chore(release): 3.0.3

    Benjamin Coe committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    df6084b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. Configuration menu
    Copy the full SHA
    3806c79 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.1.0

    Benjamin committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    6c664fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08e44d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2018

  1. Configuration menu
    Copy the full SHA
    522720e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8620d4 View commit details
    Browse the repository at this point in the history
  3. chore(release): 3.2.0

    Benjamin committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    6cf3601 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2018

  1. docs: add clarification about goals of this project (bcoe#33)

    Clarify project goals: I'd like this project to demonstrate a powerful code coverage solution relying primarily on native V8 functionality, and minimal user-land modules -- @bcoe
    bcoe authored and profnandaa committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    d6bfae2 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. chore(maintenance): add project guides (bcoe#36)

    - issue template
    - PR template
    - contributing guide
    - maintainers guide
    
    closes bcoe#35
    profnandaa authored Oct 2, 2018
    Configuration menu
    Copy the full SHA
    b0d1b7b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. Configuration menu
    Copy the full SHA
    23e5da6 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2018

  1. fix: process coverage merging (bcoe#37)

    demurgos authored and bcoe committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    67959b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4f9cab View commit details
    Browse the repository at this point in the history
  3. chore(release): 3.2.1

    Benjamin committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    3679734 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2018

  1. Configuration menu
    Copy the full SHA
    a22c4e0 View commit details
    Browse the repository at this point in the history
  2. fix: file URL to system path conversion (bcoe#46)

    This commit fixes the conversion from `file://` urls to system-dependent paths. It ensures that it works on Windows and with special characters.
    demurgos authored and bcoe committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    e7f8cf2 View commit details
    Browse the repository at this point in the history
  3. fix: snapshot

    bcoe committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    7fd9e13 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2019

  1. Configuration menu
    Copy the full SHA
    1de0cca View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Configuration menu
    Copy the full SHA
    3c7e52c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Configuration menu
    Copy the full SHA
    70e8943 View commit details
    Browse the repository at this point in the history
  2. docs: fix typo in README

    bcoe committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    f8b997a View commit details
    Browse the repository at this point in the history
  3. chore(release): 3.3.0

    bcoe committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    38b36a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Configuration menu
    Copy the full SHA
    b542930 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.4.0

    bcoe committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    bedf8fc View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. chore: update yargs (bcoe#63)

    bcoe authored Feb 12, 2019
    Configuration menu
    Copy the full SHA
    9a7c3d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Configuration menu
    Copy the full SHA
    5ab31f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abd255c View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Configuration menu
    Copy the full SHA
    1dabece View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.5.0

    bcoe committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    5ea4313 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

  1. Configuration menu
    Copy the full SHA
    51a9fa7 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. chore: test on Node.js v12.x (bcoe#84)

    shinnn authored and bcoe committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    02d5927 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Configuration menu
    Copy the full SHA
    fde596e View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. feat: add support for 1:1 source-maps (bcoe#85)

    BREAKING CHANGE: c8 will now load source-maps if possible and remap coverage accordingly
    bcoe authored May 2, 2019
    Configuration menu
    Copy the full SHA
    6ca4345 View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.0.0

    bcoe committed May 2, 2019
    Configuration menu
    Copy the full SHA
    06fe119 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dd1b04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da2c945 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c66950e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c28e7f View commit details
    Browse the repository at this point in the history
  7. chore(release): 4.1.0

    bcoe committed May 2, 2019
    Configuration menu
    Copy the full SHA
    309c89d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    66332be View commit details
    Browse the repository at this point in the history
  9. chore(release): 4.1.1

    bcoe committed May 2, 2019
    Configuration menu
    Copy the full SHA
    f9427de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    44d2185 View commit details
    Browse the repository at this point in the history
  11. chore(release): 4.1.2

    bcoe committed May 2, 2019
    Configuration menu
    Copy the full SHA
    72bf019 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Configuration menu
    Copy the full SHA
    206b83f View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.1.3

    bcoe committed May 3, 2019
    Configuration menu
    Copy the full SHA
    d0b132e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb02ed6 View commit details
    Browse the repository at this point in the history
  4. chore(release): 4.1.4

    bcoe committed May 3, 2019
    Configuration menu
    Copy the full SHA
    6b93355 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2019

  1. Configuration menu
    Copy the full SHA
    a27b694 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2019

  1. Configuration menu
    Copy the full SHA
    a465b65 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

  1. chore: update deps

    bcoe committed May 11, 2019
    Configuration menu
    Copy the full SHA
    ef28d0a View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.1.5

    bcoe committed May 11, 2019
    Configuration menu
    Copy the full SHA
    2cc73a6 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Configuration menu
    Copy the full SHA
    faffa34 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2019

  1. Configuration menu
    Copy the full SHA
    b9571b1 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2019

  1. Configuration menu
    Copy the full SHA
    bd7484f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. feat!: default temp directory to report directory (bcoe#102)

    BREAKING CHANGE: temp directory now defaults to setting for report directory
    bcoe authored May 20, 2019
    Configuration menu
    Copy the full SHA
    8602f4a View commit details
    Browse the repository at this point in the history
  2. chore: release 5.0.0 (bcoe#105)

    * updated CHANGELOG.md
    
    * updated package.json
    github-actions[bot] authored and bcoe committed May 20, 2019
    Configuration menu
    Copy the full SHA
    60149d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64dd2e6 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. chore: release 5.0.1 (bcoe#109)

    github-actions[bot] authored and bcoe committed May 23, 2019
    Configuration menu
    Copy the full SHA
    2061b99 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. Configuration menu
    Copy the full SHA
    e838433 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dadc6b8 View commit details
    Browse the repository at this point in the history
  3. fix: do not override NODE_V8_COVERAGE if set (bcoe#70)

    Kilian Ciuffolo authored and bcoe committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    8bb67b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54da9e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c568d96 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40db7fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eabb7d6 View commit details
    Browse the repository at this point in the history
  8. chore: handle Windows paths

    bcoe committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    e0fa89f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    211ac27 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9decd2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a8c64f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Configuration menu
    Copy the full SHA
    1eb3394 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c49fa7f View commit details
    Browse the repository at this point in the history
  3. chore: release 5.0.2 (bcoe#123)

    github-actions[bot] authored and bcoe committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    8f3a3a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Configuration menu
    Copy the full SHA
    82030ea View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Configuration menu
    Copy the full SHA
    e49737f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7601748 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fef41e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af054df View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Configuration menu
    Copy the full SHA
    2289302 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Configuration menu
    Copy the full SHA
    4b66221 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36ee27e View commit details
    Browse the repository at this point in the history
  3. chore: update package-lock.json

    bcoe committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    c05ec2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b3d089 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6481f1 View commit details
    Browse the repository at this point in the history
  6. chore: stop pinning deps

    bcoe committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    94ae71c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ebcaf9 View commit details
    Browse the repository at this point in the history
  8. chore(release): 5.0.4

    bcoe committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    a107093 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. feat!: use Node.js' source-map cache, to support tools like ts-node (b…

    …coe#152)
    
    BREAKING CHANGE: Node.js' source-map and lineLength cache is now used to remap coverage output (this allows tools like ts-node to be supported, which transpile at runtime).
    bcoe authored Oct 24, 2019
    Configuration menu
    Copy the full SHA
    53bba15 View commit details
    Browse the repository at this point in the history
  2. chore: fix renovate config

    bcoe committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    024ce77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80153de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e4fb1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a2bdde View commit details
    Browse the repository at this point in the history
  6. chore(release): 6.0.0

    bcoe committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    d0b2eaa View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. Configuration menu
    Copy the full SHA
    a9d9645 View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.0.1

    bcoe committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    a291100 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Configuration menu
    Copy the full SHA
    15746e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

  1. Configuration menu
    Copy the full SHA
    c6bfeed View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

  1. Configuration menu
    Copy the full SHA
    e41a483 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Configuration menu
    Copy the full SHA
    97b9769 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. feat: adds --all functionality (bcoe#158)

    j03m authored and bcoe committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    2eb631e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35d9338 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2019

  1. Configuration menu
    Copy the full SHA
    04c1413 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af7d94d View commit details
    Browse the repository at this point in the history
  3. chore: release 7.0.0 (bcoe#170)

    release-please[bot] authored and bcoe committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    78cb3af View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

  1. chore(deps): update dependency mocha to v7 (bcoe#186)

    Co-authored-by: Renovate Bot <renovatebot@gmail.com>
    2 people authored and bcoe committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    2ab701f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Configuration menu
    Copy the full SHA
    86eaf72 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. chore: release 7.0.1 (bcoe#190)

    release-please[bot] authored and bcoe committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    28a492c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. fix(deps): update dependency furi to v2 (bcoe#193)

    Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
    renovate[bot] and renovate-bot authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    6b9af6e View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. feat: adds TypeScript definitions

    fixes bcoe#195
    Toxicable authored Feb 9, 2020
    Configuration menu
    Copy the full SHA
    d39801b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4b7d80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c50a97 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. fix(deps): update dependency yargs-parser to v17 (bcoe#201)

    Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
    renovate[bot] and renovate-bot authored Feb 10, 2020
    Configuration menu
    Copy the full SHA
    d730c63 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. chore: update dependencies (bcoe#211)

    Run `npm audit fix` to update dependencies.
    Trott authored Apr 29, 2020
    Configuration menu
    Copy the full SHA
    6410016 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e93747b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8797ac4 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    e9602bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56b7723 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. fix(deps): update dependency yargs-parser to v18 (bcoe#202)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 4, 2020
    Configuration menu
    Copy the full SHA
    983de44 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Configuration menu
    Copy the full SHA
    6b8e752 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Configuration menu
    Copy the full SHA
    7e53a0e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    211664c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. chore(deps): update dependency mocha to v8 (bcoe#226)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jun 17, 2020
    Configuration menu
    Copy the full SHA
    414844e View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2020

  1. Configuration menu
    Copy the full SHA
    eed98af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11dc482 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. build(deps): bump lodash from 4.17.15 to 4.17.19 (bcoe#236)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.15...4.17.19)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    d9e7249 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. feat: adds support for 1:many source maps (bcoe#238)

    Adds support for 1:many source-maps. These source maps are used by tools
    like rollup or WebPack to bundle multiple JavaScript source files into one.
    
    Refs: istanbuljs/v8-to-istanbul#102
    bcoe authored Aug 3, 2020
    Configuration menu
    Copy the full SHA
    dbf94a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ad3c3d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. chore(deps): update dependency ts-node to v9 (bcoe#246)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    901ef11 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. fix(deps): update dependency find-up to v5 (bcoe#242)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    8a0cfd7 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update dependency yargs-parser to v19 (bcoe#241)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    baa01df View commit details
    Browse the repository at this point in the history
  3. fix: add missing space in text (bcoe#245)

    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    Trott and bcoe authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    efe6d04 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. chore(deps): update dependency typescript to v4 (bcoe#243)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    c303d44 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. fix(deps): update dependency yargs-parser to v20 (bcoe#252)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    ae845f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a6c962 View commit details
    Browse the repository at this point in the history
  3. fix(deps): update dependency yargs to v16 (bcoe#251)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    0436816 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. chore: release 7.3.1 (bcoe#247)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    9935fd8 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. docs: remove "bleeding edge Node.js features" wording (bcoe#255)

    Native V8 coverage is now supported in all active release lines.
    lpinca authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    cf209e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Configuration menu
    Copy the full SHA
    16e5824 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaffa78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2d3c9e View commit details
    Browse the repository at this point in the history
  4. chore: release 7.3.2 (bcoe#259)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    release-please[bot] and bcoe authored Oct 8, 2020
    Configuration menu
    Copy the full SHA
    9f67180 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df59739 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81ab5b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Configuration menu
    Copy the full SHA
    bd3fddc View commit details
    Browse the repository at this point in the history
  2. chore: release 7.3.3 (bcoe#264)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 9, 2020
    Configuration menu
    Copy the full SHA
    99bdc6d View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    1b90a22 View commit details
    Browse the repository at this point in the history
  2. chore: release 7.3.4 (bcoe#266)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    225d431 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. Configuration menu
    Copy the full SHA
    21cd41f View commit details
    Browse the repository at this point in the history
  2. chore: release 7.3.5 (bcoe#268)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 25, 2020
    Configuration menu
    Copy the full SHA
    ebe92de View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Configuration menu
    Copy the full SHA
    90949fa View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Configuration menu
    Copy the full SHA
    0858af5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c04a4d View commit details
    Browse the repository at this point in the history
  3. chore: release 7.4.0 (bcoe#277)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Dec 31, 2020
    Configuration menu
    Copy the full SHA
    7249293 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. feat(all): handle base64 inline source maps (bcoe#283)

    Pulls in Source Map handling logic from Node.js
    bcoe authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    3f12dd4 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. chore: release 7.5.0 (bcoe#284)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    ad66ceb View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. feat: add --skip-full (bcoe#287)

    coderaiser authored and bcoe committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    8b01b63 View commit details
    Browse the repository at this point in the history
  2. chore: release 7.6.0 (bcoe#288)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    2c4ea39 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Configuration menu
    Copy the full SHA
    9fd7b46 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    30a8d0f View commit details
    Browse the repository at this point in the history
  2. feat: introduce --exclude-after-remap flag (bcoe#293)

    Allow exclude logic to be passed to v8-to-istanbul, such that it is applied after
    source maps.
    
    Fixes bcoe#224
    bcoe authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    53c4234 View commit details
    Browse the repository at this point in the history
  3. chore: release 7.7.0 (bcoe#295)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    58f23d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Configuration menu
    Copy the full SHA
    e32a53f View commit details
    Browse the repository at this point in the history
  2. chore: release 7.7.1 (bcoe#298)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    86bd364 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. Configuration menu
    Copy the full SHA
    c817902 View commit details
    Browse the repository at this point in the history
  2. chore: release 7.7.2 (bcoe#303)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored May 2, 2021
    Configuration menu
    Copy the full SHA
    4773b1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ddf7f4 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (bcoe#307)

    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>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 18, 2021
    Configuration menu
    Copy the full SHA
    26a454d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    ef1b875 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. chore: release 7.7.3 (bcoe#312)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jun 13, 2021
    Configuration menu
    Copy the full SHA
    17cfff2 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. Configuration menu
    Copy the full SHA
    99436ef View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency mocha to v9 (bcoe#314)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    3 people authored Jul 10, 2021
    Configuration menu
    Copy the full SHA
    49f2816 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. chore: release 7.8.0 (bcoe#316)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    github-actions[bot] and bcoe authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    8365a71 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    a4733c6 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency path-parse to 1.0.7 [security] (bcoe#328)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    17480a2 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump path-parse from 1.0.6 to 1.0.7 (bcoe#327)

    Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
    - [Release notes](https://github.com/jbgutierrez/path-parse/releases)
    - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: path-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    2635bb3 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Configuration menu
    Copy the full SHA
    6304c0e View commit details
    Browse the repository at this point in the history
  2. chore: release 7.9.0 (bcoe#326)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    854f9f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. deps: update to latest istanbul-lib-coverage

    build: switch to main branch
    bcoe committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    2af5542 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency ansi-regex to 5.0.1 [security] (bcoe#330)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    1866b93 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. feat: --100 (bcoe#332)

    gr2m authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    4205f2f View commit details
    Browse the repository at this point in the history
  2. chore: release 7.10.0 (bcoe#333)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    a36ccbc View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. deps: update package-lock.json

    bcoe committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    5f47289 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d6e64c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff01cd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e81ed5d View commit details
    Browse the repository at this point in the history
  5. chore(main): release 7.11.0 (bcoe#344)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Dec 30, 2021
    Configuration menu
    Copy the full SHA
    eaf8456 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    f43536f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34fc804 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09b0e3f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Configuration menu
    Copy the full SHA
    6ca0e6a View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. Configuration menu
    Copy the full SHA
    78a1aa9 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Configuration menu
    Copy the full SHA
    ed58993 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3776598 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. docs: md formatting changes (bcoe#364)

    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    XhmikosR and bcoe authored Feb 26, 2022
    Configuration menu
    Copy the full SHA
    6226243 View commit details
    Browse the repository at this point in the history
  2. chore: fix indentation (bcoe#365)

    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    XhmikosR and bcoe authored Feb 26, 2022
    Configuration menu
    Copy the full SHA
    8a6b4b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. fix: fix package.json test:snap script to use cross-env (bcoe#366)

    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    XhmikosR and bcoe authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    5d2981c View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    bb725a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a43fc2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c477f67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78eac8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed7f939 View commit details
    Browse the repository at this point in the history
  6. chore: remove non-existent file from package.json (bcoe#367)

    LICENSE.txt is already included by default
    XhmikosR authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    86f7ce5 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    ae1f5e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    d5f642a View commit details
    Browse the repository at this point in the history
  2. chore(main): release 7.11.1 (bcoe#381)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    b6c76d3 View commit details
    Browse the repository at this point in the history
  3. build: no reason for install

    bcoe committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    3b0c578 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b36f23 View commit details
    Browse the repository at this point in the history
  5. chore(main): release 7.11.2 (bcoe#395)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    49c45b3 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    a5deb27 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 7.11.3 (bcoe#402)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored May 16, 2022
    Configuration menu
    Copy the full SHA
    d77f5ed View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    7731574 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    ac99234 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 7.12.0 (bcoe#410)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    7f1069d View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    4ab9fba View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. feat: add skipFull and excludeNodeModules to type definitions (bc…

    …oe#417)
    
    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    fasttime and bcoe authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    b93b9c0 View commit details
    Browse the repository at this point in the history
  2. feat: support passing reporter options (bcoe#423)

    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    elliottsj and bcoe authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    bc347a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    3646e6e View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. build(deps): bump json5 from 1.0.1 to 1.0.2 (bcoe#445)

    Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v1.0.1...v1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    dependabot[bot] and bcoe authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    2a3d0c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. docs: add --per-file (bcoe#435)

    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    AriPerkkio and bcoe authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    7263c8d View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @types/node to v18 (bcoe#430)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    d17d02a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e56b23 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. chore(main): release 7.13.0 (bcoe#428)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    github-actions[bot] and bcoe authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    2f36fe9 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. feat: added a new CLI arg --merge-async to asynchronously and incre…

    …mentally merge process coverage files to avoid OOM due to heap exhaustion (bcoe#469)
    bizob2828 authored May 26, 2023
    Configuration menu
    Copy the full SHA
    45f2f84 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. chore(main): release 7.14.0 (bcoe#474)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored May 28, 2023
    Configuration menu
    Copy the full SHA
    961fa2a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    f8ee1ff View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. chore(main): release 8.0.0 (bcoe#476)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    be9ef33 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. chore: up versions (bcoe#472)

    yargs@17.7.2
    yargs-parser@21.1.1
    Vladislav Reshetov authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    57bb94e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    ff30cc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3be8bd9 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 8.0.1 (bcoe#486)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    a13584d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. chore(deps): Remove rimraf (bcoe#509)

    feat(deps): use Node.js built in rm
    feat(build)!: minimum Node.js version is now 14.14.0
    w3nl authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    2cdc86b View commit details
    Browse the repository at this point in the history
  2. test: fix snapshot (bcoe#511)

    build: update release-please action version
    test: switch module name checked for in assertions
    bcoe authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    ef672da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b46b640 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency typescript to v5 (bcoe#458)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    66705b5 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update dependency @types/node to v20 (bcoe#496)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    8724c70 View commit details
    Browse the repository at this point in the history
  6. chore(main): release 9.0.0 (bcoe#510)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    github-actions[bot] and bcoe authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    128bee2 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. fix(refactor): remove stale check for createDynamicModule

    The logic meant to correct coverage for createDynamicModule, such that it detected the wrapper inserted here https://github.com/nodejs/node/blob/2e81415d9a21756b7516cd3826482a152d1f8b02/lib/internal/modules/esm/create_dynamic_module.js#L51C7-L51C26 appears to have not been working.
    
    Removing for now. We can consider re-adding similar logic in the future with tests if appropriate.
    mcknasty authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    5e18365 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    88db5db View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. chore(main): release 9.1.0 (bcoe#513)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    4ae2a4d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. test: relative directories for tmpDir and reportsDir

    test: absolute directories for tmpDir and reportsDir
    mcknasty authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    bf3073b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Additional Configuration File Support (bcoe#436)

    feat: Adding additional configuration file options
    test: unit test for config file detection
    test: unit test for config files pass via the cli
    test: unit test case for early exit of hideInstrumenteeArgs
    test: unit test for Node.js argument handling
    fix: bug in spawning of c8 process that dropped coverage significantly
    mcknasty committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    22a9c08 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. refactor: Move config file loading functions into own module

    Logically these are not part of the argument parsing. They are configuration loading and validation. Having them in the parse-args module was only making the file and the tests harder to work with.
    
    This change only has two semantic differences:
    1. The list of known config files names was converted to a const immutable array instead of beating a mutable array returned by a function.
    2. The parse-args file is no longer exporting those two internal utility functions, instead the equivalents are coming from a dedicated file.
    Ricky C committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    089b457 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. fix: Enhance config file loader to handle more use cases

    Specifically:
    - Case insensitive file extension analysis. In case-insensitive file systems I've seen them be all caps many times, even if the proper name of the file is not. While we shouldn't try to force case-insensitivity in file loading, we should be also not trying to force case-sensitivity in checking for what file type we are reading.
    - Handling the cases of empty files and files that have simple forms of improper content.
    
    Adding schema validators was deemed beyond the scope of this particular commit, though notes were added for where they should be added and the code made ready for them.
    Ricky C committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a7ff05a View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    dba1d1e View commit details
    Browse the repository at this point in the history
  2. Merge pull request mcknasty#6 from mcknasty/circleci

    chore: circleci for matrix builds across win, mac, and linux for node…
    mcknasty authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e08c515 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8681e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3d03c6 View commit details
    Browse the repository at this point in the history