Skip to content

Commit 7cb6589

Browse files
committed
[DOC] Update codecov instructions
1 parent d10f05a commit 7cb6589

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/initialise.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
3737
sed -i 's/# SeqAn App Template/# ${{ github.event.repository.name }}/' README.md
3838
sed -i 's/App-Template%20CI/${{ github.event.repository.name }}%20CI/g' README.md
39+
sed -i 's@https://app.codecov.io/gh/seqan@https://app.codecov.io/gh/${{ github.repository_owner }}@g' README.md
3940
sed -i '/<!-- InitDelete -->/,/<!-- DeleteInit -->/d' README.md
4041
4142
git checkout test/data/datasources.cmake

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ The instructions below are for the template repository and will not work for you
9898

9999
1. Go to https://codecov.io/gh/seqan/app-template.
100100
2. Sign in with your GitHub account.
101-
3. Go to https://app.codecov.io/gh/seqan/app-template/config/general.
101+
3. Go to https://app.codecov.io/gh/seqan/app-template/config/general.<br>
102+
If the repository cannot be found, go to https://app.codecov.io/gh/seqan and click `Resync`.<br>
103+
Then try again.
102104
4. Copy the `Repository Upload Token`.
103105
5. Go to https://github.com/seqan/app-template/settings/secrets/actions.
104106
6. Add a `New repository secret` with the name `CODECOV_TOKEN` and the value of the `Repository Upload Token`.

0 commit comments

Comments
 (0)