From ef6586761655b30594958e492e28050250530964 Mon Sep 17 00:00:00 2001 From: hangqianjun Date: Tue, 4 Jun 2024 12:01:29 -0700 Subject: [PATCH] update template --- .copier-answers.yml | 2 +- .github/workflows/testing-and-coverage.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 329d164..73237c1 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -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: lsst-desc-rail-admin@slac.stanford.edu author_name: LSST Dark Energy Science Collaboration (DESC) diff --git a/.github/workflows/testing-and-coverage.yml b/.github/workflows/testing-and-coverage.yml index 665bd60..6f4859d 100644 --- a/.github/workflows/testing-and-coverage.yml +++ b/.github/workflows/testing-and-coverage.yml @@ -44,4 +44,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 }}