We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc77e08 commit 8b69eb3Copy full SHA for 8b69eb3
.github/workflows/ci.yml
@@ -90,10 +90,11 @@ jobs:
90
- name: Clone the repository
91
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
92
- name: Download code coverage from GitHub
93
- uses: actions/download-artifact@3be87be14a055c47b01d3bd88f8fe02320a9bb60
+ uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
94
with:
95
- name: code-coverage
96
path: coverage
+ name: code-coverage-*
97
+ merge-multiple: true
98
- name: Report code coverage
99
uses: zgosalvez/github-actions-report-lcov@49af65b0586c274a625a41a2dc8aaaae7d00568b
100
0 commit comments