Skip to content

Commit

Permalink
Merge pull request #3339 from hirosassa/fix-codecov-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RRap0so authored Feb 1, 2025
2 parents da54973 + bc2bd30 commit e354f61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
with:
fail_ci_if_error: true
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

postgres:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -120,6 +122,8 @@ jobs:
with:
fail_ci_if_error: true
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

base:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -222,3 +226,5 @@ jobs:
with:
fail_ci_if_error: true
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e354f61

Please sign in to comment.