Skip to content

Commit

Permalink
Merge branch 'master' into migration-to-uv
Browse files Browse the repository at this point in the history
  • Loading branch information
hirosassa authored Feb 1, 2025
2 parents 12a9d8a + e354f61 commit 7be8a6d
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 @@ -45,6 +45,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 @@ -96,6 +98,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 @@ -191,3 +195,5 @@ jobs:
with:
fail_ci_if_error: true
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7be8a6d

Please sign in to comment.