Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codecov/codecov-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.6.5
Choose a base ref
...
head repository: codecov/codecov-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.7.1
Choose a head ref
  • 15 commits
  • 9 files changed
  • 10 contributors

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    5885958 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36bbef4 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Merge lastest changes

    ralic committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    e138efe View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Verify source version before parsing PR

    Non-PR hooks can trigger builds in which the CODEBUILD_SOURCE_VERSION
    would be populated as the commit SHA. Our current logic dictates that
    that commit SHA would be passed onto CodeCov as the PR number, which
    would always be an invalid value (must be a number, true, or falsy).
    
    This updates the logic so that it will ensure that the environment
    variable being checked actually matches the "pr/" pattern before trying
    to use it. If it does not, it will return undefined.
    RoboCafaz committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    ef348ec View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Merge pull request #159 from SaferNodeJS/master

    Dealing with security fix and windows test.
    eddiemoore authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    55d69cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #172 from RoboCafaz/bugfix/codebuild-pr-parser

    Verify source version before parsing PR
    eddiemoore authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    eb8a527 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Bump acorn from 5.7.3 to 5.7.4 (#174)

    Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
    - [Release notes](https://github.com/acornjs/acorn/releases)
    - [Commits](acornjs/acorn@5.7.3...5.7.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    eeff4e1 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Remove 'x-amz-acl': 'public-read' header (#178)

    Codecov recently did some fundamental storage changes on its backend in an effort to greatly improve the reliability of our underlying storage systems. As a result the `X-Amz-Acl: public-read` header is no longer needed, and may result in 400 errors if used. 
    
    You can see a similar fix in codecov-python that removes that header here: https://github.com/codecov/codecov-python/pull/253/files
    eliatcodecov authored May 18, 2020
    Configuration menu
    Copy the full SHA
    0d7b9b0 View commit details
    Browse the repository at this point in the history
  2. V3.7.0 (#179)

    * Version 3.7
    
    * .borwerrc file has been removed
    
    * lcov.info file have been removed
    drazisil authored May 18, 2020
    Configuration menu
    Copy the full SHA
    bb79335 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

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

Commits on Jun 6, 2020

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

Commits on Jun 9, 2020

  1. Merge pull request #182 from codecov/update-readme-badges

    Update depstat image and urls
    eddiemoore authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    0c4d7f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Bump lodash from 4.17.15 to 4.17.19 (#183)

    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 17, 2020
    Configuration menu
    Copy the full SHA
    5f6cc62 View commit details
    Browse the repository at this point in the history
  2. Switch from execSync to execFileSync (#180)

    * Switch from execSync to execFileSync
    
    * Call existsSync instead of executing `if`
    
    * Trigger a build
    
    * I think this fixes linux and macos...
    
    * Only add more_patterns of it has a value. Correct windows.
    
    * Remove default value to more_patterns, change windows to winPatterns
    
    * Try a colon.
    
    * Let's try not using MinGw...
    
    * What are the chances that Windows has a find?
    
    * Put it back
    
    * Reverting Windows side so this can me merged in time if needed.
    
    * Reverting Windows side so this can me merged in time if needed.
    
    * Update lib/codecov.js
    
    Co-authored-by: Guillaume St-Pierre <guillaume@codecov.io>
    
    * Update lib/codecov.js
    
    Co-authored-by: Guillaume St-Pierre <guillaume@codecov.io>
    
    * Set initial values
    
    Co-authored-by: Guillaume St-Pierre <guillaume@codecov.io>
    drazisil and Guillaume St-Pierre authored Jul 17, 2020
    1 Configuration menu
    Copy the full SHA
    c0711c6 View commit details
    Browse the repository at this point in the history
  3. 3.7.1

    drazisil committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    29dd5b6 View commit details
    Browse the repository at this point in the history
Loading