Skip to content

Commit

Permalink
update codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed May 21, 2024
1 parent ed2d190 commit 9801cbb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
tags:
- '*'
pull_request:
env:
LATEST_PY_VERSION: '3.12'

jobs:
tests:
Expand Down Expand Up @@ -35,10 +37,10 @@ jobs:
run: tox -e py

- name: Upload Results
if: success()
uses: codecov/codecov-action@v1
if: ${{ matrix.python-version == env.LATEST_PY_VERSION }}
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
flags: unittests
name: ${{ matrix.platform }}-${{ matrix.tox-env }}
name: ${{ matrix.python-version }}
fail_ci_if_error: false

0 comments on commit 9801cbb

Please sign in to comment.