E58D Update .github/workflows/ci.yml · nginx/telemetry-exporter@e9964b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit e9964b4

Browse files
pleshakovciarams87
andauthored
Update .github/workflows/ci.yml
Co-authored-by: Ciara Stacke <18287516+ciarams87@users.noreply.github.com>
1 parent fb1fba2 commit e9964b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ jobs:
6464
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
6565
with:
6666
name: cover-${{ github.run_id }}.html
67-
path: ${{ github.workspace }}/cover.html
67+
path: |
68+
${{ github.workspace }}/cover.html
69+
${{ github.workspace }}/generator-cover.html
6870
if: always()
6971

7072
functional-tests:

0 commit comments

Comments
 (0)
0