From d599c80728ad5e7cffc2063d2ef8219fc7b9eee4 Mon Sep 17 00:00:00 2001 From: Florian Rupprecht Date: Wed, 17 Jan 2024 10:01:32 -0500 Subject: [PATCH] Update template --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3425d69..696ee6a 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,16 @@ This is a template repository. Below is a checklist of things you should do to u - [ ] Remove the placeholder src and test files, these are there merely to show how the CI works. - [ ] Update `pyproject.toml` - [ ] Update the name of `src/APP_NAME` -- [ ] Grant third-party app permissions (e.g. Codecov) [here](https://github.com/organizations/cmi-dair/settings/installations), if necessary. -- [ ] Either generate a `CODECOV_TOKEN` secret [here](https://github.com/cmi-dair/flowdump/blob/main/.github/workflows/python_tests.yaml) (if its a private repository) or remove the line `token: ${{ secrets.CODECOV_TOKEN }}` +- [ ] Grant third-party app permissions (e.g. Codecov) [here](https://github.com/organizations/childmindresearch/settings/installations), if necessary. +- [ ] Either generate a `CODECOV_TOKEN` secret [here](https://github.com/childmindresearch/flowdump/blob/main/.github/workflows/python_tests.yaml) (if its a private repository) or remove the line `token: ${{ secrets.CODECOV_TOKEN }}` # Project name -[![Build](https://github.com/cmi-dair/template-python-repository/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/cmi-dair/llama-runner/actions/workflows/test.yaml?query=branch%3Amain) -[![codecov](https://codecov.io/gh/cmi-dair/template-python-repository/branch/main/graph/badge.svg?token=22HWWFWPW5)](https://codecov.io/gh/cmi-dair/llama-runner) +[![Build](https://github.com/childmindresearch/template-python-repository/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/childmindresearch/llama-runner/actions/workflows/test.yaml?query=branch%3Amain) +[![codecov](https://codecov.io/gh/childmindresearch/template-python-repository/branch/main/graph/badge.svg?token=22HWWFWPW5)](https://codecov.io/gh/childmindresearch/llama-runner) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) -[![L-GPL License](https://img.shields.io/badge/license-L--GPL-blue.svg)](https://github.com/cmi-dair/llama-runner/blob/main/LICENSE) -[![pages](https://img.shields.io/badge/api-docs-blue)](https://cmi-dair.github.io/llama-runner) +[![L-GPL License](https://img.shields.io/badge/license-L--GPL-blue.svg)](https://github.com/childmindresearch/llama-runner/blob/main/LICENSE) +[![pages](https://img.shields.io/badge/api-docs-blue)](https://childmindresearch.github.io/llama-runner) What problem does this tool solve? @@ -40,7 +40,7 @@ pip install template_python_repository Or get the newest development version via: ```sh -pip install git+https://github.com/cmi-dair/template_python_repository +pip install git+https://github.com/childmindresearch/template_python_repository ``` ## Quick start