Skip to content

Commit

Permalink
add upload for combined report
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerm-iguazio committed Jul 22, 2024
1 parent bedf3e5 commit 1e08159
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/push-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Dev Changes
on:
push:
branches:
- development
- local-coverage

jobs:
test:
Expand Down Expand Up @@ -78,3 +78,11 @@ jobs:
path: coverage_reports/ # where to download. file downloaded by name.
- name: combine coverage
run: make coverage-combine

# in order to be able to download it from the github run:
- name: Upload coverage combined report
uses: actions/upload-artifact@v4
with:
name: coverage_combined_report-${{ github.run_id }}
path: coverage_reports/combined.coverage
retention-days: 30

0 comments on commit 1e08159

Please sign in to comment.