GitHub Actions: make codecov optional

pull/313/head
Jakub Chrzanowski 2 years ago
parent 8c6cbc80aa
commit 2be97fa297
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

@ -92,7 +92,6 @@ jobs:
uses: codecov/codecov-action@v3
with:
files: ${{ github.workspace }}/build/reports/kover/xml/report.xml
fail_ci_if_error: true
# Cache Plugin Verifier IDEs
- name: Setup Plugin Verifier IDEs Cache

Loading…
Cancel
Save