This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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>
- Loading branch information
1 parent
c3ccd59
commit b06c5ab
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
ae30de7e8b98fb5f0cddce64771c53c3613a8ae2 codecov | ||
e4d733969fda19538f8a2b2a357701ff92a4d212 codecov | ||
8b75c056bddd46e8dbfaa475935fbba6f6a33c77 env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
af719f83d08be837ebeba214729e5b76dbe0b1d073de1efc4e2cd5d73c8da7c2 codecov | ||
e277ff457c867d4becb8cfcf0ee4d984a736ba79f90a2428ab9703b2385944a8 codecov | ||
8d0fa7c26d1e95f361b054649a1ad6afe5e2a1a0f128289149c7227e15eefc28 env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
4de731fb90c196025daca480182adc080bb53ae24a5e634734810887515377ce33ed9b7ef4729013aa33fc7c6bbce76c8d248d1bd6e894be24368111cee6ee56 codecov | ||
5668cf545cbd0adcbb7f3c8077a8db60244b793a768aacfe97a489c33f8d6a3677cba3ebd0e934ef0b63e230e72fc1ab3d37ac5408b204e40d9267192f7a451c codecov | ||
47689572d9bcf89be411a63129a5eb95257558b5d8df6ae96a973bde6c954e9bc943f6a87c2884440abc831637b967f2da748564ff0f61d99dcf9b0a1447d1df env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
set -e +o pipefail | ||
|
||
VERSION="1.0.3" | ||
VERSION="1.0.4" | ||
|
||
codecov_flags=( ) | ||
url="https://codecov.io" | ||
|