Skip to content

Commit

Permalink
Bump codecov/codecov-action from 4.4.1 to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
merger-application[bot] authored Jun 15, 2024
2 parents 4de7eb6 + cace295 commit 2bfcbd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-mariadb-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
python-version: ${{ matrix.python-version }}
command: pytest -n 0 -k mysqlnoproc --cov-report=xml:coverage-noproc.xml --mysql-host="127.0.0.1" --mysql-port=3333
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.4.1
uses: codecov/codecov-action@v4.5.0
with:
flags: linux,mariadb
env_vars: OS, PYTHON
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
python-version: ${{ matrix.python-version }}
command: pytest -n 0 -k mysqlnoproc --cov-report=xml:coverage-noproc.xml --mysql-host="127.0.0.1" --mysql-port=3333
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.4.1
uses: codecov/codecov-action@v4.5.0
with:
flags: linux,mysql
env_vars: OS, PYTHON
Expand Down

0 comments on commit 2bfcbd1

Please sign in to comment.