feature/improve_test_automation #2

Merged
tliu93 merged 3 commits from feature/improve_test_automation into main 2025-07-15 17:42:22 +02:00
Showing only changes of commit 6fab12e7bd - Show all commits

View File

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