Skip to content

Commit

Permalink
added codecov token to userguide
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimbers authored Jan 6, 2025
1 parent 85d9c96 commit 1b6b768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ A GitHub Actions workflow file for continuous integration will be included in yo
- Sets up a Ubuntu operating system, checks out your repository, installs Python 3.9, and installs the latest version of `poetry`.
- Installs your package with `poetry install`
- Runs test with `pytest tests/`
- Upload code coverage of tests to Codecov
- Upload code coverage of tests to Codecov. For this to work, you'll need to log-in to [Codecov]([https://test.pypi.org](https://about.codecov.io/), manually add and activate your project's GitHub repository on Codecov, [get the repository upload token](https://docs.codecov.com/docs/quick-start#step-2-get-the-repository-upload-token), and [add the token as a secret](https://docs.github.com/en/actions/reference/encrypted-secrets) called `CODECOV_TOKEN` to your GitHub repository.
- Builds documentation with `sphinx`
### CI+CD (continuous integration + continuous deployment)
Expand Down

0 comments on commit 1b6b768

Please # to comment.