feature/improve_test_automation #2
2
.github/workflows/short-tests.yml
vendored
2
.github/workflows/short-tests.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user