Skip to content

Commit

Permalink
Also add codecov action to apache airflow repo (#13328)
Browse files Browse the repository at this point in the history
Follow up after #13327

(cherry picked from commit 98896e4)
  • Loading branch information
potiuk authored and kaxil committed Jan 22, 2021
1 parent 68630dc commit 1c17b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ jobs:
- name: "Removes unnecessary artifacts"
run: ls ./coverage-files | grep -v coverage | xargs rm -rf
- name: "Upload all coverage reports to codecov"
uses: codecov/codecov-action@v1
uses: apache/airflow-codecov-action@1fc7722ded4708880a5aea49f2bfafb9336f0c8d # v1.1.1
with:
directory: "./coverage-files"

Expand Down

0 comments on commit 1c17b79

Please sign in to comment.