Skip to content

Commit

Permalink
update codecov setting
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-jin authored Mar 15, 2024
1 parent 0094ad7 commit 424f062
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
coverage xml --include='keras/applications/*' -o apps-coverage.xml
- name: Codecov keras.applications
if: ${{ steps.filter.outputs.applications == 'true' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
env_vars: PYTHON,KERAS_HOME
flags: keras.applications,keras.applications-${{ matrix.backend }}
Expand Down Expand Up @@ -88,6 +88,7 @@ jobs:
env_vars: PYTHON,KERAS_HOME
flags: keras,keras-${{ matrix.backend }}
files: core-coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false

format:
Expand Down

0 comments on commit 424f062

Please sign in to comment.