Skip to content

Commit

Permalink
Merge pull request #31 from henrysky/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
henrysky authored Nov 18, 2024
2 parents d0e4a9a + fb6cd69 commit 41bc2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
python -m pytest -v --cov astroNN --doctest-glob="*.rst" --junitxml=junit.xml tests/test_paper_models.py
- name: Upload coverage reports to Codecov
continue-on-error: ${{ matrix.ALLOW_FAILURE }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
BACKEND: ${{ matrix.BACKEND }}
KERAS_VER: ${{ env.KERAS_VER }}
Expand Down

0 comments on commit 41bc2bf

Please sign in to comment.