-
Notifications
You must be signed in to change notification settings - Fork 112
Comparing changes
Open a pull request
base repository: codecov/codecov-node
base: v3.6.5
head repository: codecov/codecov-node
compare: v3.7.1
- 15 commits
- 9 files changed
- 10 contributors
Commits on Oct 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5885958 - Browse repository at this point
Copy the full SHA 5885958View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36bbef4 - Browse repository at this point
Copy the full SHA 36bbef4View commit details
Commits on Feb 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e138efe - Browse repository at this point
Copy the full SHA e138efeView commit details
Commits on Mar 5, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for ef348ec - Browse repository at this point
Copy the full SHA ef348ecView commit details
Commits on Mar 9, 2020
-
Merge pull request #159 from SaferNodeJS/master
Dealing with security fix and windows test.
Configuration menu - View commit details
-
Copy full SHA for 55d69cd - Browse repository at this point
Copy the full SHA 55d69cdView commit details -
Merge pull request #172 from RoboCafaz/bugfix/codebuild-pr-parser
Verify source version before parsing PR
Configuration menu - View commit details
-
Copy full SHA for eb8a527 - Browse repository at this point
Copy the full SHA eb8a527View commit details
Commits on Mar 17, 2020
-
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>
Configuration menu - View commit details
-
Copy full SHA for eeff4e1 - Browse repository at this point
Copy the full SHA eeff4e1View commit details
Commits on May 18, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for 0d7b9b0 - Browse repository at this point
Copy the full SHA 0d7b9b0View commit details -
* Version 3.7 * .borwerrc file has been removed * lcov.info file have been removed
Configuration menu - View commit details
-
Copy full SHA for bb79335 - Browse repository at this point
Copy the full SHA bb79335View commit details
Commits on Jun 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b44b44e - Browse repository at this point
Copy the full SHA b44b44eView commit details
Commits on Jun 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cc5e121 - Browse repository at this point
Copy the full SHA cc5e121View commit details
Commits on Jun 9, 2020
-
Merge pull request #182 from codecov/update-readme-badges
Update depstat image and urls
Configuration menu - View commit details
-
Copy full SHA for 0c4d7f3 - Browse repository at this point
Copy the full SHA 0c4d7f3View commit details
Commits on Jul 17, 2020
-
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>
Configuration menu - View commit details
-
Copy full SHA for 5f6cc62 - Browse repository at this point
Copy the full SHA 5f6cc62View commit details -
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>
1Configuration menu - View commit details
-
Copy full SHA for c0711c6 - Browse repository at this point
Copy the full SHA c0711c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29dd5b6 - Browse repository at this point
Copy the full SHA 29dd5b6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.6.5...v3.7.1