Make coverage rate informational (#2838)

pull/2846/head
Seaborn Lee 2 years ago committed by GitHub
parent 8f1fac2779
commit b840ec82b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      .github/workflows/ci.yml
  2. 8
      codecov.yml

@ -27,9 +27,8 @@ jobs:
name: ut-reports name: ut-reports
path: app/build/reports/tests path: app/build/reports/tests
# Temporarily remove codecov tests; should not fail, only warn - name: Upload coverage reports to Codecov
# - name: Upload coverage reports to Codecov run: |
# run: | curl -Os https://uploader.codecov.io/latest/macos/codecov
# curl -Os https://uploader.codecov.io/latest/macos/codecov chmod +x codecov
# chmod +x codecov ./codecov
# ./codecov

@ -0,0 +1,8 @@
coverage:
status:
project:
default:
informational: true
patch:
default:
informational: true
Loading…
Cancel
Save