Skip to content

Commit

Permalink
Update codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Nov 4, 2020
1 parent 3763b82 commit 2932486
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@f532c3a # v1.0.7
uses: codecov/codecov-action@v1.0.13
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2932486

Please sign in to comment.