Also add codecov action to apache airflow repo (#13328)
Follow up after #13327
This commit is contained in:
Родитель
c6d66cd15f
Коммит
98896e4e32
|
@ -763,7 +763,7 @@ jobs:
|
||||||
- name: "Removes unnecessary artifacts"
|
- name: "Removes unnecessary artifacts"
|
||||||
run: ls ./coverage-files | grep -v coverage | xargs rm -rf
|
run: ls ./coverage-files | grep -v coverage | xargs rm -rf
|
||||||
- name: "Upload all coverage reports to codecov"
|
- name: "Upload all coverage reports to codecov"
|
||||||
uses: codecov/codecov-action@v1
|
uses: apache/airflow-codecov-action@1fc7722ded4708880a5aea49f2bfafb9336f0c8d # v1.1.1
|
||||||
with:
|
with:
|
||||||
directory: "./coverage-files"
|
directory: "./coverage-files"
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче