Skip to content

Commit

Permalink
fixing coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-zieba committed Feb 21, 2024
1 parent 3be5380 commit 546ef83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Test with pytest
run: |
pytest tests/test_all.py --cov=src/pacman/. --cov-report=xml -s --cov-reset --cov-branch
pytest tests/test_all.py --cov=src/pacman --cov-report=xml -s --cov-reset --cov-branch
#- name: Upload coverage reports to Codecov with GitHub Action
Expand Down
2 changes: 1 addition & 1 deletion src/pacman/s10_direct_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ def run10(eventlabel, workdir: Path, meta=None):
# Save results
print('Saving Metadata')
me.saveevent(meta, meta.workdir / f'WFC3_{meta.eventlabel}_Meta_Save', save=[])
print('tmp: ', 2+10100)
print('tmp: ', 2+101000)
print('Finished s10 \n')
return meta

0 comments on commit 546ef83

Please sign in to comment.