SimpleCov fails on community PRs. This issue was first recorded by #1278 and addressed with PR #1279 by adding the line: if: github.repository_owner == 'newrelic'
However, with community PR #1409, we see the failed SimpleCov check is back with the error: Error: Resource not accessible by integration
We need to revisit this issue to rule out forks from performing SimpleCov operations.
Description
SimpleCov fails on community PRs. This issue was first recorded by #1278 and addressed with PR #1279 by adding the line:
if: github.repository_owner == 'newrelic'
However, with community PR #1409, we see the failed SimpleCov check is back with the error:
Error: Resource not accessible by integration
We need to revisit this issue to rule out forks from performing SimpleCov operations.