Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
chore: Stop validating codecov.yml
Browse files Browse the repository at this point in the history
The codecov.yml validation makes the build flaky
  • Loading branch information
jcornaz authored Apr 1, 2020
1 parent 795201e commit 8b6b24a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ jobs:

- name: Publish code coverage reports
if: matrix.java == 8
run: |
cat codecov.yml | curl -X POST --data-binary @codecov.yml https://codecov.io/validate
bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}
run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}

- name: Publish documentation
if: job.status == 'success' && matrix.java == 8
Expand Down

0 comments on commit 8b6b24a

Please sign in to comment.