Skip to content

Commit

Permalink
Fix typo in coverage reporting of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiannonlynne committed Nov 28, 2023
1 parent 33de3ee commit 7ba8167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
export RUBIN_SIM_DATA_DIR=~/rubin_sim_data
#pytest -r a -v
pytest -r a -v --cov=rubin_scheduler --cov=tests --cov-report=xml --cov-report=term --cov-branch
pytest -r a -v --cov=rubin_sim --cov=tests --cov-report=xml --cov-report=term --cov-branch
pypi:
name: Build and Publish to PyPI
Expand Down

0 comments on commit 7ba8167

Please sign in to comment.