updating CI process + tests for code coverage

This commit is contained in:
Julien Neuhart
2019-08-20 12:06:08 +02:00
parent 09d07e4890
commit bb6a3471d5
5 changed files with 26 additions and 5 deletions

View File

@@ -8,4 +8,5 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: make lint
- run: make tests
- run: make tests CODE_COVERAGE=1
- run: bash <(curl -s https://codecov.io/bash)