Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert to passing the coverage report as an artefact
There is actually a point to passing the code coverage report around as an artefact. The whole point of not giving PRs from forks access to secrets is to prevent untrusted code from accessing and possibly exposing them. That protection is moot if the coverage report action, which does have access to the secrets, then runs the same untrusted code later to generate the report. While we may need to check out the same revision on which the report was generated, that doesn't mean we should run the code in it!
- Loading branch information