mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
test: optimize codecov config (#13329)
* test: optimize codecov config to let GitHub checks always pass * Run tests on workflow changes, too
This commit is contained in:
2
.github/workflows/superset-frontend.yml
vendored
2
.github/workflows/superset-frontend.yml
vendored
@@ -45,4 +45,4 @@ jobs:
|
||||
if: steps.check.outcome == 'failure'
|
||||
working-directory: ./superset-frontend
|
||||
run: |
|
||||
bash <(curl -s https://codecov.io/bash) -cF javascript
|
||||
bash <(curl -s https://codecov.io/bash) -c -F javascript
|
||||
|
||||
Reference in New Issue
Block a user