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-bash
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.3
Choose a base ref
...
head repository: codecov/codecov-bash
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 8 files changed
  • 6 contributors

Commits on May 25, 2021

  1. Fix go regex (#436)

    thomasrockhu authored May 25, 2021
    Configuration menu
    Copy the full SHA
    965008c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Send Upload Token via Header (#439)

    * Send token via HTTP header vs. URL param
    
    * Revert testing change
    
    * Update script to use token in header
    
    * update SHASUM
    
    * maybe fix tests?
    
    * Undo accidental deletion
    
    * More test fixes
    
    * fix build
    MrJaeger authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    c3ccd59 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. Pull in 1.0.4 into master (#448)

    * Releasing new version of the uploader (#445)
    
    * Fix go regex (#436)
    
    * Send Upload Token via Header (#439)
    
    * Send token via HTTP header vs. URL param
    
    * Revert testing change
    
    * Update script to use token in header
    
    * update SHASUM
    
    * maybe fix tests?
    
    * Undo accidental deletion
    
    * More test fixes
    
    * fix build
    
    Co-authored-by: Tom Hu <thomasrockhu@users.noreply.github.com>
    Co-authored-by: Andrew Jaeger <mrjaeger00@gmail.com>
    
    * Update to 1.0.4
    
    Co-authored-by: Subhi Beidas <subhibeidas@gmail.com>
    Co-authored-by: Andrew Jaeger <mrjaeger00@gmail.com>
    3 people authored Jul 10, 2021
    Configuration menu
    Copy the full SHA
    d4628f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

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

Commits on Jul 15, 2021

  1. fix: add query support for token (self-hosted) (#453)

    * fix: add query support for token (self-hosted)
    
    * fix: mask the token in output
    drazisil-codecov authored Jul 15, 2021
    Configuration menu
    Copy the full SHA
    efedb65 View commit details
    Browse the repository at this point in the history
  2. chore: bump version

    drazisil-codecov committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    ae76691 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98fd3d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Configuration menu
    Copy the full SHA
    828d894 View commit details
    Browse the repository at this point in the history
  2. fix: Update GitHub Actions server URL (#457)

    * fix: Update GitHub Actions server URL
    
    * fix: Update tests
    thomasrockhu authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    26e030e View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    43c5d3c View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Fix production (#459)

    * Pull in `1.0.4` into `master` (#448)
    
    * Releasing new version of the uploader (#445)
    
    * Fix go regex (#436)
    
    * Send Upload Token via Header (#439)
    
    * Send token via HTTP header vs. URL param
    
    * Revert testing change
    
    * Update script to use token in header
    
    * update SHASUM
    
    * maybe fix tests?
    
    * Undo accidental deletion
    
    * More test fixes
    
    * fix build
    
    Co-authored-by: Tom Hu <thomasrockhu@users.noreply.github.com>
    Co-authored-by: Andrew Jaeger <mrjaeger00@gmail.com>
    
    * Update to 1.0.4
    
    Co-authored-by: Subhi Beidas <subhibeidas@gmail.com>
    Co-authored-by: Andrew Jaeger <mrjaeger00@gmail.com>
    
    * 1.0.5 - Fix token uploads for self-hosted (#454)
    
    * fix: Prevent deploys if tag is not unique (#452)
    
    * docs: Add deprecation warning (#451)
    
    * fix: add query support for token (self-hosted) (#453)
    
    * fix: add query support for token (self-hosted)
    
    * fix: mask the token in output
    
    Co-authored-by: Tom Hu <thomasrockhu@users.noreply.github.com>
    
    * chore: bump version
    
    * chore: trigger new deploy with tag 1.0.5
    
    * fail if release fails (#447)
    
    * fix: Do not set PR on closed GitHub PRs (#456)
    
    * fix: Update GitHub Actions server URL (#457)
    
    * fix: Update GitHub Actions server URL
    
    * fix: Update tests
    
    * patch: bump to 1.0.6 (#458)
    
    Co-authored-by: Subhi Beidas <subhibeidas@gmail.com>
    Co-authored-by: Andrew Jaeger <mrjaeger00@gmail.com>
    Co-authored-by: Joe Becher <71270647+drazisil-codecov@users.noreply.github.com>
    Co-authored-by: Joe Becher <joe@codecov.io>
    Co-authored-by: Matthew Berryman <matthew@acrossthecloud.net>
    6 people authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    1817ab2 View commit details
    Browse the repository at this point in the history
Loading