E58D
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 fb1fba2 commit e9964b4Copy full SHA for e9964b4
.github/workflows/ci.yml
@@ -64,7 +64,9 @@ jobs:
64
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
65
with:
66
name: cover-${{ github.run_id }}.html
67
- path: ${{ github.workspace }}/cover.html
+ path: |
68
+ ${{ github.workspace }}/cover.html
69
+ ${{ github.workspace }}/generator-cover.html
70
if: always()
71
72
functional-tests:
0 commit comments