Compare commits
4 Commits
872c7b356f
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 7818a3fb44 | |||
| 295c8f1589 | |||
| 739497a853 | |||
| 8da79514b8 |
7
.github/workflows/short-tests.yml
vendored
7
.github/workflows/short-tests.yml
vendored
@@ -19,10 +19,3 @@ jobs:
|
||||
working-directory: ./src
|
||||
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@v3
|
||||
with:
|
||||
name: coverage-report_build_${{ github.run_number }}
|
||||
path: ${{ github.workspace }}/src/cover.out
|
||||
retention-days: 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user