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

DOC Update readme with phpcoverage_force_off input #19

Conversation

emteknetnz
Copy link
Member

Issue #11

@@ -60,7 +60,8 @@ jobs:
# github.ref_name - The branch or tag name that triggered the workflow run - same as github.ref though without the leading refs/[heads|tags]/
echo "github.ref_name: $GITHUB_REF_NAME"
# gitbub.repository - The owner and repository name. For example, Codertocat/Hello-World
echo "$github.repository: $GITHUB_REPOSITORY"
# On forked repos, this will show <account_of_fork>/<repo>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean for PRs as well? If not, what situations will this be run from a forked repo?

Copy link
Member Author

@emteknetnz emteknetnz Jun 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not actually sure, once we've merged the framework ci.yml we can do a PR to it and see what comes up in context. I'm going to assume it'll be silverstripe, if not and it shows the fork, meaning the action is running on the fork and not the base, it's not the end of the world, it just means that codecov won't run on the pull-request, though it will run post merge on the 4 / 4.11 branch. We don't block PR's based on codecov declining, it's more of an ongoing metric

Copy link
Member

@GuySartorelli GuySartorelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - I do have a question but it's more for my own learning than anything.

@emteknetnz emteknetnz merged commit ac38117 into silverstripe:1.0 Jun 22, 2022
@emteknetnz emteknetnz deleted the pulls/1.0/phpcoverage-force-off branch June 22, 2022 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants