mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
GitHub Actions: make codecov optional
This commit is contained in:
parent
8c6cbc80aa
commit
2be97fa297
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -92,7 +92,6 @@ jobs:
|
|||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
files: ${{ github.workspace }}/build/reports/kover/xml/report.xml
|
files: ${{ github.workspace }}/build/reports/kover/xml/report.xml
|
||||||
fail_ci_if_error: true
|
|
||||||
|
|
||||||
# Cache Plugin Verifier IDEs
|
# Cache Plugin Verifier IDEs
|
||||||
- name: Setup Plugin Verifier IDEs Cache
|
- name: Setup Plugin Verifier IDEs Cache
|
||||||
|
Loading…
Reference in New Issue
Block a user