setup coverage

This commit is contained in:
Guilhem Saurel 2021-07-11 16:17:09 +02:00
parent abe6497421
commit 999b824874
8 changed files with 46 additions and 23 deletions

View file

@ -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