Skip to content

Commit

Permalink
tests - fix code cov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
itewk committed Sep 4, 2024
1 parent 45d815c commit 0726fd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,13 @@ jobs:
run: tox -e test

- name: Upload Coverage Report 🔺📊
uses: codecov/codecov-action@v3.1.1
uses: codecov/codecov-action@v4.5.0
with:
flags: pytests
name: Python ${{ matrix.python-version }}
env_vars: PYTHON
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

build:
needs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,13 @@ jobs:
run: tox -e test

- name: Upload Coverage Report 🔺📊
uses: codecov/codecov-action@v3.1.1
uses: codecov/codecov-action@v4.5.0
with:
flags: pytests
name: Python ${{ matrix.python-version }}
env_vars: PYTHON
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

build:
needs:
Expand Down

0 comments on commit 0726fd4

Please sign in to comment.