Skip to content

Commit

Permalink
Merge pull request #50 from LSSTDESC/issue/49/copierupdate
Browse files Browse the repository at this point in the history
ran copier update, which changed testing action
  • Loading branch information
sschmidt23 authored Jun 3, 2024
2 parents e04ee91 + 59c8da6 commit 9d0f2dc
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
_commit: v0.3.3
_src_path: gh:LSSTDESC/RAIL-project-template
author_email: [email protected]
author_name: LSST Dark Energy Science Collaboration (DESC) Photo-z WG
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 @@ -34,4 +34,6 @@ jobs:
run: |
python -m pytest tests --cov=bpz --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 9d0f2dc

Please sign in to comment.