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 }}
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user