test codecov gha (#8946)

This commit is contained in:
Asif Saif Uddin 2023-04-13 21:48:45 +06:00 committed by GitHub
parent 0d6ef034d2
commit 684522807f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ on:
jobs: jobs:
tests: tests:
name: Python ${{ matrix.python-version }} name: Python ${{ matrix.python-version }}
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
strategy: strategy:
matrix: matrix:
@ -34,7 +34,7 @@ jobs:
run: python -m pip install --upgrade pip setuptools virtualenv wheel run: python -m pip install --upgrade pip setuptools virtualenv wheel
- name: Install dependencies - name: Install dependencies
run: python -m pip install --upgrade codecov tox run: python -m pip install --upgrade tox
- name: Install tox-py - name: Install tox-py
if: ${{ matrix.python-version == '3.6' }} if: ${{ matrix.python-version == '3.6' }}
@ -54,5 +54,8 @@ jobs:
tox -e base,dist,docs tox -e base,dist,docs
- name: Upload coverage - name: Upload coverage
run: | - uses: codecov/codecov-action@v3.1.0
codecov -e TOXENV,DJANGO with:
flags: unittests # optional
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)