This repository was archived by the owner on Dec 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 271
build: upgrade codecov-action and disable failing_ci_if_error #723
Merged
Conversation
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
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/superset/superset-ui/756vm84eu |
kristw
approved these changes
Aug 4, 2020
So it seems codecov has stopped working for all GitHub Actions. I'll merge this one to just to let the CI pass. |
Codecov Report
@@ Coverage Diff @@
## master #723 +/- ##
=======================================
Coverage 24.19% 24.19%
=======================================
Files 339 339
Lines 7617 7617
Branches 925 925
=======================================
Hits 1843 1843
Misses 5701 5701
Partials 73 73 Continue to review full report at Codecov.
|
This was referenced Dec 15, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
🏠 Internal
Codecov uploads have been failing
for no reason(because of missing GITHUB_ACTION env variables).Trying to fix it by:
ubuntu-18.04
GITHUB_ACTION
andCODECOV_TOKEN
env variables.