Skip to content

Commit

Permalink
Remove codecov/codecov-action usage
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Apr 23, 2021
1 parent abaeab3 commit 9e4e6ca
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,3 @@ jobs:
- name: After Success Reporting
if: success()
run: git log --format=fuller -5

- name: Upload Code Coverage Report
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
yml: ./.codecov.yml
name: codecov-umbrella
flags: unittests
fail_ci_if_error: false

0 comments on commit 9e4e6ca

Please sign in to comment.