upload artifacts v3
All checks were successful
Run short tests / run-tests (push) Successful in 1m38s
Run short tests / run-tests (pull_request) Successful in 1m6s

This commit is contained in:
2025-07-15 17:39:36 +02:00
parent cbdc1295f2
commit 6fab12e7bd

View File

@@ -20,7 +20,7 @@ jobs:
run: | # TODO: at this moment only Home Assistant component is tested
go test -v --short ./components/homeassistant/... -cover -coverprofile=cover.out
- name: Upload coverage report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: coverage-report_build_${{ github.run_number }}
path: ${{ github.workspace }}/src/cover.out