CodeCov upload
This commit is contained in:
3
.github/workflows/branch.yaml
vendored
3
.github/workflows/branch.yaml
vendored
@@ -12,7 +12,6 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: codecov/codecov-action@v1
|
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
@@ -24,6 +23,8 @@ jobs:
|
|||||||
run: poetry install
|
run: poetry install
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: poetry run pytest --cov=./ --cov-report=xml
|
run: poetry run pytest --cov=./ --cov-report=xml
|
||||||
|
- name: Upload coverage to Codecov
|
||||||
|
uses: codecov/codecov-action@v1
|
||||||
code-quality:
|
code-quality:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|||||||
Reference in New Issue
Block a user