test: Add coverage output

This commit is contained in:
Chris Crone
2020-08-12 18:52:18 +02:00
parent e2bb97af8b
commit c6a65bcc9b
3 changed files with 13 additions and 2 deletions

View File

@@ -15,6 +15,8 @@ jobs:
run: make lint
- name: Run unit tests
run: make unit-test
- name: Get unit test coverage
run: make unit-test-coverage
- name: Build Linux binary
run: make PLATFORM=linux/amd64
- name: Build Windows binary