Skip to content

Commit

Permalink
Merge pull request #147 from pllim/codecov-action-v2
Browse files Browse the repository at this point in the history
MNT: Update codecov-action version to v2
  • Loading branch information
pllim committed Oct 14, 2021
2 parents a367e89 + 63051bd commit b20f373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
- name: Test with coverage, dev astropy, and remote data
run: pytest pysynphot --cov=./ --cov-report=xml --remote-data
- name: Coverage report
uses: codecov/codecov-action@v1.0.13
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b20f373

Please sign in to comment.