Skip to content
This repository has been 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.0
Choose a head ref
  • 10 commits
  • 8 files changed
  • 6 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 committed 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 committed 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] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed 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 committed May 18, 2020
    Configuration menu
    Copy the full SHA
    0d7b9b0 View commit details
    Browse the repository at this point in the history
  2. Version bump

    drazisil committed May 18, 2020
    Configuration menu
    Copy the full SHA
    a4ba11e View commit details
    Browse the repository at this point in the history
  3. 3.7.0

    drazisil committed May 18, 2020
    Configuration menu
    Copy the full SHA
    e17c830 View commit details
    Browse the repository at this point in the history
Loading