Skip to content

Commit

Permalink
Merge pull request #293 from asfadmin/mrp/chore/codecov-update-v4
Browse files Browse the repository at this point in the history
Chore: Update CodeCov Action to Version 4
  • Loading branch information
mattp0 authored Apr 19, 2024
2 parents a9a00d1 + 25d3ae2 commit 939e2af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- run: py.test --cov=rain_api_core --cov-report=term-missing --cov-report=xml --cov-branch --doctest-modules rain_api_core tests

- name: Report coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 939e2af

Please sign in to comment.