CodeCov upload

This commit is contained in:
Jan Giacomelli
2020-12-21 22:00:27 +01:00
parent d648fc9e93
commit ad423ae8ee

View File

@@ -12,7 +12,6 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: codecov/codecov-action@v1
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
@@ -24,6 +23,8 @@ jobs:
run: poetry install
- name: Run tests
run: poetry run pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
code-quality:
strategy:
fail-fast: false