Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/LSSTDESC/rail_deepdisc into…
Browse files Browse the repository at this point in the history
… model_tests

updating from latest PR
  • Loading branch information
grantmerz committed Jan 9, 2025
2 parents 8497912 + de04601 commit 06100d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: v0.3.2
_commit: v0.3.3
_src_path: gh://lsstdesc/RAIL-project-template
author_email: [email protected]
author_name: LSST Dark Energy Science Collaboration (DESC)
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/testing-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ jobs:
run: |
python -m pytest tests --cov=deepdisc --cov-report=xml
- name: Upload coverage report to codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 06100d0

Please sign in to comment.