forked from Kami/codecov-python
-
Notifications
You must be signed in to change notification settings - Fork 1
Sync with upstream master into our special branch #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
nmaludy
wants to merge
118
commits into
StackStorm:better_error_output
Choose a base branch
from
nmaludy:feature/upstream-sync
base: better_error_output
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Sync with upstream master into our special branch #2
nmaludy
wants to merge
118
commits into
StackStorm:better_error_output
from
nmaludy:feature/upstream-sync
Conversation
This file contains hidden or 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
This is similar to --dump (for now), but will also upload.
I proposed putting brackets around "the-repository-upload-token", so that it would be clear to users that this is something they need to add.
Including a license file is very important for legal reasons. Including the changelog is helpful for users and downstream packagers.
From tox-dev/tox-travis#106 it became clear that the lack of explicit mention in passenv is confusing to the user. They might think that `CODECOV_*` env vars are automatically passed through. As tox only passes through the absolute minimum necessary `CODECOV_*` has to be added to passenv also.
… in the environment variable strings
CODECOV_* env need to be in tox passenv
…t call lower on NoneType
Upgrade/pytest 3.6.0
…tu-image update to support Appveyor Ubuntu image, which has lower case 'true's…
Correct typo "Mergeing" -> "Merging"
Update README.md
Update AppVeyor and Travis testing
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
Add Python 3.7 to Travis
Black code formatting
* failing on GitLab ≥ 9 (bis) Compatibility with the deprecated variables listed in https://docs.gitlab.com/ee/ci/variables/deprecated_variables.html * Black Co-authored-by: Romain Dartigues <romain.dartigues.ext@orange.com> Co-authored-by: Thomas Hu <tomhu1096@gmail.com>
…codecov#262) Error: 'NoneType' object has no attribute 'replace'
Co-authored-by: John Siirola <jsiirola@users.noreply.github.com>
* Update changelog * will it work with just the number * maybe this format * fine * Close out my tags * pretty
Co-authored-by: Hugo <hugovk@users.noreply.github.com>
* Try another retry * return * Retry all the things * Bail from the original retries * do real retries * fixes * syntax * black * Remove unnecessary var declaration
* Bump to version 2.1.5 * Update versions
* Fix GitHub Actions service * Bump version * Add a GitHub Actions workflow * Lint later * Install requirements * log * more logging * Set some env variables * log * set env in the action * will it run * one test * Use the write SHA * black * Maybe checkout v2 * Fixes * All the things * Maybe token like this * Try now * Cleanup * black * Use coverage < 5 * Update requirements too * Run coverage? * Pin to 4.5.4
* Update to 2.1.7 * Update CHANGELOOG
…ne. (codecov#276) * Added ability to specify the number of upload attempts via command line. * Update codecov/__init__.py * Update codecov/__init__.py * Update codecov/__init__.py * Update codecov/__init__.py Co-authored-by: Thomas Hu <thomasrockhu@users.noreply.github.com> Co-authored-by: Thomas Hu <tomhu1096@gmail.com>
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pulls latest changes from codecov-python into our special branch