File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 98
98
99
99
- name : Running pytest
100
100
shell : bash -l {0}
101
- run : python -m pytest -vv
101
+ run : python -m pytest -vv
102
102
- name : Running example - cosmosis - cosmic-shear
103
103
shell : bash -l {0}
104
104
run : |
@@ -153,3 +153,13 @@ jobs:
153
153
cosmosis cluster_counts_redshift_richness.ini
154
154
cosmosis cluster_mean_mass_redshift_richness.ini
155
155
cosmosis cluster_counts_mean_mass_redshift_richness.ini
156
+ - name : Code coverage
157
+ if : ${{ (matrix.os == 'ubuntu') && (matrix.python-version == '3.11') }}
158
+ shell : bash -l {0}
159
+ env :
160
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
161
+ run : |
162
+ python -m pip install --no-input coveralls
163
+ coverage run --source=firecrown -m pytest tests/
164
+ coveralls --service=github
165
+
Original file line number Diff line number Diff line change 2
2
Firecrown
3
3
=========
4
4
5
- [ ![ firecrown-ci] ( https://github.com/LSSTDESC/firecrown/actions/workflows/ci.yml/badge.svg )] ( https://github.com/LSSTDESC/firecrown/actions/workflows/ci.yml ) [ ![ Documentation !Status] ( https://readthedocs.org/projects/ccl/badge/?version=latest )] ( https://firecrown.readthedocs.io/en/latest/?badge=latest )
5
+ [ ![ firecrown-ci] ( https://github.com/LSSTDESC/firecrown/actions/workflows/ci.yml/badge.svg )] ( https://github.com/LSSTDESC/firecrown/actions/workflows/ci.yml ) [ ![ Documentation !Status] ( https://readthedocs.org/projects/ccl/badge/?version=latest )] ( https://firecrown.readthedocs.io/en/latest/?badge=latest ) [ ![ Coverage Status ] ( https://coveralls.io/repos/github/LSSTDESC/firecrown/badge.svg?branch=master )] ( https://coveralls.io/github/LSSTDESC/firecrown?branch=master )
6
6
7
7
Firecrown is a Python package that provides the DESC * framework* to implement likelihoods,
8
8
as well as specific likelihood implementations. Firecrown is intended to be usable * from*
You can’t perform that action at this time.
0 commit comments