mirror of
https://github.com/apache/superset.git
synced 2026-04-12 12:47:53 +00:00
chore: allow codecov to detect SHA (#28278)
This commit is contained in:
committed by
GitHub
parent
3cc8434c5a
commit
51da5adbc7
@@ -46,6 +46,8 @@ jobs:
|
||||
run: |
|
||||
pytest --durations-min=0.5 --cov-report= --cov=superset ./tests/common ./tests/unit_tests --cache-clear
|
||||
- name: Upload code coverage
|
||||
if: steps.check.outputs.python
|
||||
run: |
|
||||
bash .github/workflows/codecov.sh -c -F python -F unit
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
flags: python,unit
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
verbose: true
|
||||
|
||||
Reference in New Issue
Block a user