This is an automated email from the ASF dual-hosted git repository.
elek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new c8d3088 HDDS-4627. Disable coverage upload to codecov (#1741)
c8d3088 is described below
commit c8d3088302949c1d4c7ecd023679b98a1f6c0b8c
Author: Elek, Márton <[email protected]>
AuthorDate: Wed Jan 6 11:33:10 2021 +0100
HDDS-4627. Disable coverage upload to codecov (#1741)
---
.github/workflows/post-commit.yml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/.github/workflows/post-commit.yml
b/.github/workflows/post-commit.yml
index 43b5242..14a6951 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -280,13 +280,6 @@ jobs:
env:
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- - name: Upload coverage to Codecov
- uses: codecov/codecov-action@v1
- if: github.repository == 'apache/ozone' && github.event_name !=
'pull_request'
- with:
- file: ./target/coverage/all.xml
- name: codecov-umbrella
- fail_ci_if_error: false
- name: Archive build results
uses: actions/upload-artifact@v2
with:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]