Skip to content

Commit

Permalink
Merge pull request #9 from Becksteinlab/gh-workflow-update-codecov
Browse files Browse the repository at this point in the history
update codcov action in workflow
  • Loading branch information
rsexton2 authored Nov 19, 2024
2 parents f58e602 + 2a93793 commit a228885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ jobs:
- name: codecov
if: github.repository == 'becksteinlab/basicrta' && github.event_name != 'schedule'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
file: coverage.xml
files: coverage.xml
name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}
verbose: True

Expand Down

0 comments on commit a228885

Please sign in to comment.