File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -98,7 +98,9 @@ The instructions below are for the template repository and will not work for you
9898
99991. Go to https://codecov.io/gh/seqan/app-template.
1001002. 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.
1021044. Copy the ` Repository Upload Token` .
1031055. Go to https://github.com/seqan/app-template/settings/secrets/actions.
1041066. Add a ` New repository secret` with the name ` CODECOV_TOKEN` and the value of the ` Repository Upload Token` .
You can’t perform that action at this time.
0 commit comments