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.7.0
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
  • 7 commits
  • 6 files changed
  • 7 contributors

Commits on May 18, 2020

  1. 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