mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Fix Upload Code Coverage Report step
This commit is contained in:
parent
3dfb24527d
commit
43f3a72b66
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -136,7 +136,7 @@ jobs:
|
||||
- name: Upload Code Coverage Report
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
files: ${{ github.workspace }}/build/reports/kover/xml/report.xml
|
||||
files: ${{ github.workspace }}/build/reports/kover/report.xml
|
||||
|
||||
# Run Qodana inspections and provide report
|
||||
inspectCode:
|
||||
|
Loading…
Reference in New Issue
Block a user