Skip to content

Commit

Permalink
Merge branch 'develop' into image_deconvolution_interface
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyoneda committed Jun 11, 2024
2 parents bb2ce11 + 852b2e1 commit 752621a
Show file tree
Hide file tree
Showing 39 changed files with 561 additions and 756 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: unit_tests

on: [push]
on: [push, pull_request]

jobs:
tests:
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Tests
run: |
pip install pytest pytest-cov
pytest tests/test_test.py --junitxml=junit/test-results.xml --cov=cosipy --cov-report=xml --cov-report=html
pytest tests --junitxml=junit/test-results.xml --cov=cosipy --cov-report=xml --cov-report=html
- name: Codecov
uses: codecov/[email protected]
env:
Expand Down
20 changes: 20 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# When modifying the this file, please validate the new YAML using
# curl -X POST --data-binary @codecov.yml https://codecov.io/validate
# See
# https://docs.codecov.com/docs/commit-status
# https://docs.codecov.com/docs/codecovyml-reference

coverage:
status:
project: # How much the overall coverage can decrease
default:
target: auto # Uses coverage of current pull request base or parent commit
threshold: 10% # Leeway, allow it to decrease a little. Will be 0% in the long term
patch: # What percentage of the new lines need to be covered
default:
target: 100%
threshold: 50% # Leeway, allow not fully-covered contributuons. Will be 0% in the long term


comment:
hide_project_coverage: false # Show both overall and delta coverage
4 changes: 0 additions & 4 deletions cosipy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@
from .data_io import UnBinnedData
from .data_io import BinnedData
from .data_io import ReadTraTest
from .make_plots import MakePlots

from .threeml import COSILike
from .threeml import Band_Eflux

from .spacecraftfile import SpacecraftFile

from .ts_map import FastTSMap

#from .coordinates import attitude
#from .coordinates import spacecraft_frame
1 change: 0 additions & 1 deletion cosipy/config/__init__.py

This file was deleted.

173 changes: 0 additions & 173 deletions cosipy/config/configurator.py

This file was deleted.

4 changes: 0 additions & 4 deletions cosipy/coordinates/__init__.py

This file was deleted.

Loading

0 comments on commit 752621a

Please sign in to comment.