Skip to content

Commit

Permalink
Merge pull request #11 from LSSTDESC/fix-codecov
Browse files Browse the repository at this point in the history
update project template, fix codecov
  • Loading branch information
jlvdb authored Jul 17, 2024
2 parents d61006a + 103f115 commit 4b1ad34
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.1
_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 @@ -35,4 +35,6 @@ jobs:
run: |
python -m pytest tests --cov=som --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 4b1ad34

Please sign in to comment.