Skip to content

Commit

Permalink
ci: use token for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Sep 12, 2024
1 parent 719b6d3 commit f781630
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test_suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@ jobs:
python -m pytest --ignore tests/test_plot.py --cov=matvis --cov-config=.coveragerc --cov-report xml:./coverage.xml --durations=25 --log-cli-level=${{ env.LOG_LEVEL}}
- name: Upload coverage report
uses: codecov/codecov-action@v3.1.3
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}


gpu_tests:
env:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install_requires =
click
docstring-parser
line-profiler
numpy
numpy>=2.0
psutil
pyuvdata@git+https://github.com/RadioAstronomySoftwareGroup/pyuvdata
rich
Expand Down

0 comments on commit f781630

Please sign in to comment.