Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(code-coverage): Use codecov token to improve CI stability #7998

Merged
merged 1 commit into from
Feb 10, 2023

Conversation

ChristophWurst
Copy link
Member

@ChristophWurst ChristophWurst merged commit 9d6299d into main Feb 10, 2023
@ChristophWurst ChristophWurst deleted the ci/code-coverage/codecov-token branch February 10, 2023 14:44
@ChristophWurst
Copy link
Member Author

/backport to stable1.15

@backportbot-nextcloud
Copy link

The backport to stable1.15 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable1.15
git pull origin/stable1.15

# Create the new backport branch
git checkout -b fix/foo-stable1.15

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable1.15

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

@GretaD
Copy link
Contributor

GretaD commented Mar 23, 2023

test.yml on stable1.15 is completely different that's why it fails

@ChristophWurst
Copy link
Member Author

/backport to stable2.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants