Skip to content

Commit

Permalink
chore: try without codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
grololo06 committed Jul 4, 2024
1 parent ba619c5 commit 057e9d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/auto_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
POSTGRES_HOST: postgres
# The default PostgreSQL port
POSTGRES_PORT: 5432
- name: Upload coverage report
# Code coverage. note: @v4 need node20 which is NOK on ubuntu 18
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true # optional (default = false)
# - name: Upload coverage report
# # Code coverage. note: @v4 need node20 which is NOK on ubuntu 18
# uses: codecov/codecov-action@v2
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# verbose: true # optional (default = false)

0 comments on commit 057e9d9

Please sign in to comment.