Skip to content

Commit ec2510a

Browse files
committed
add coverage upload
1 parent 817889a commit ec2510a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/generate-allure-report.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@ jobs:
5959
if-no-files-found: error
6060
retention-days: 1
6161

62+
- name: Collect and upload test coverage
63+
uses: actions/upload-artifact@v4
64+
if: always()
65+
with:
66+
name: coverage-reports
67+
path: "**/*${{ env.COVERAGE_EXT }}"
68+
if-no-files-found: error
69+
retention-days: 1
70+
6271
generate-allure-report:
6372
name: Generate allure report
6473
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)