Skip to content

Commit

Permalink
Merge pull request #8 from LSSTDESC/develop
Browse files Browse the repository at this point in the history
Trying to get Code Coverage to work: WORKED!
  • Loading branch information
arthurmloureiro authored Dec 5, 2023
2 parents 5fe7002 + 46b1361 commit 25ceb46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,9 @@ jobs:
# Perform the unit test and outputs a coverage report
- name: Test with pytest
run: pytest --cov=legacy_blinding -r json-summary --cov-report xml ./tests
run: pytest --cov=blind_2pt_cosmosis --cov-report=xml ./tests

# Uploads the code coverage results to codecov.io
- name: Upload coverage to Codecov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![arXiv](https://img.shields.io/badge/arXiv-1911.05929-red)](https://arxiv.org/abs/1911.05929)
[![LSST DESC Blinding Slack](https://img.shields.io/badge/join-Slack-4A154B)](https://lsstc.slack.com/archives/CT14ZF2AH)

# Legacy Cosmosis Blinding for Cosmosis
# Legacy Cosmosis Blinding for 2pt data

This repository contains an implementation of [Muir et al. 2020](https://arxiv.org/abs/1911.05929) data-vector blinding strategy using Cosmosis V2.
The package in this repository is a direct adaptation of Jessie Muir's DES Y3 blinding scripts to the DESC context.
Expand Down

0 comments on commit 25ceb46

Please sign in to comment.