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 219a706 commit 6edb48d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,8 @@ jobs:
- name: Test with pytest
run: |
pytest tests --cov=./src/pacman --cov-report=xml
pytest tests --cov=./src/pacman --cov-report=xml
#- name: Upload coverage reports to Codecov with GitHub Action
# uses: codecov/codecov-action@v3
# with:
# env_vars: OS,PYTHON
# files: ./coverage.xml
# fail_ci_if_error: true
# verbose: true
- name: Upload coverage.xml as artifact
uses: actions/upload-artifact@v2
with:
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+2)
print('tmp: ', 2+13)
print('Finished s10 \n')
return meta

0 comments on commit 6edb48d

Please sign in to comment.