Skip to content

Commit b045a19

Browse files
authored
Merge pull request #47 from astronomy-commons/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 9b3a4bd + ff592df commit b045a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing-and-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
run: |
3636
python -m pytest --cov=hats_tap --cov-report=xml
3737
- name: Upload coverage report to codecov
38-
uses: codecov/codecov-action@v5
38+
uses: codecov/codecov-action@v6
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)