Skip to content

Commit

Permalink
Add upload coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiannonlynne committed Nov 28, 2023
1 parent 7ba8167 commit 285bfbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_and_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ jobs:
#pytest -r a -v
pytest -r a -v --cov=rubin_sim --cov=tests --cov-report=xml --cov-report=term --cov-branch
- name: Upload coverage to codecov
uses: codecov/codecov-action@v2
with:
file: coverage.xml

pypi:
name: Build and Publish to PyPI
runs-on: ubuntu-latest
Expand Down

0 comments on commit 285bfbb

Please sign in to comment.