Add coverage data to github action

This commit is contained in:
Marc Di Luzio 2020-05-31 11:55:46 +01:00
parent 95963e9b29
commit f1e6311366
2 changed files with 11 additions and 2 deletions

View file

@ -32,3 +32,9 @@ jobs:
- name: Build and Test
run: ./script/test.sh
- name: Upload test coverage result
uses: actions/upload-artifact@v1
with:
name: Coverage
path: /tmp/coverage.html