You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2023. It is now read-only.
We need to implement a way to show a diff of the coverage of the test262 on each PR. This can be done via bot or (better) via workflow directly. Via workflow would avoid us in some permission issue, where implementing a bot would require admin rights to enable them.
Ideally, the algorithm should do a diff between the test262 coverage on main against the one run the PR.
Description
Follow up from discord.
We need to implement a way to show a diff of the coverage of the test262 on each PR. This can be done via bot or (better) via workflow directly. Via workflow would avoid us in some permission issue, where implementing a bot would require admin rights to enable them.
Ideally, the algorithm should do a diff between the test262 coverage on
mainagainst the one run the PR.