setup coverage
This commit is contained in:
parent
abe6497421
commit
999b824874
8 changed files with 46 additions and 23 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -9,4 +9,6 @@ jobs:
|
|||
- name: Start
|
||||
run: docker-compose -f test.yml up -d
|
||||
- name: Tests
|
||||
run: docker-compose -f test.yml run --entrypoint "" tests python -m unittest
|
||||
run: docker-compose -f test.yml run --entrypoint "" tests ./tests/start.py
|
||||
- name: "Upload coverage to Codecov"
|
||||
uses: codecov/codecov-action@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue