Skip to content

Commit 2db2f1b

Browse files
committed
chore: add codecove badge
1 parent 7b0d077 commit 2db2f1b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/actions/tests/python/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ inputs:
5252
required: false
5353
type: string
5454
default: "utf8mb4"
55+
codecov-token:
56+
description: "Codecov token for uploading coverage reports"
57+
required: true
58+
type: string
5559

5660
runs:
5761
using: "composite"
@@ -137,3 +141,4 @@ runs:
137141
with:
138142
files: ./coverage.xml
139143
fail_ci_if_error: true
144+
token: ${{ inputs.codecov-token }}

.github/workflows/testsPython.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ jobs:
3636
mysql-password: "${{ secrets.MYSQL_PASSWORD }}"
3737
mysql-database: "${{ secrets.MYSQL_DATABASE }}"
3838
mysql-charset: "${{ secrets.MYSQL_CHARSET }}"
39+
codecov-token: "${{ secrets.CODECOV_TOKEN }}"

0 commit comments

Comments
 (0)