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
The current way the repo files are extracted after they are downloaded is prone to errors. I've spent four hours today debugging #135, thinking that the issue is related to Jest or GitHub Actions, whereas in fact that was caused by a bug in the getRefs function. Read the comments I left in the issue for more details.
To-dos:
Find or build an external package that can handle the parsing of the GitHub ref used to download the repo files from codeload.github.com
Make the getRefs function less bloated
The text was updated successfully, but these errors were encountered:
The getRefs must definitely be overhauled such that ref is always the branch name itself, and it is not prefixed with refs/heads. Ditto for tags, remotes, etc.
The current way the repo files are extracted after they are downloaded is prone to errors. I've spent four hours today debugging #135, thinking that the issue is related to Jest or GitHub Actions, whereas in fact that was caused by a bug in the getRefs function. Read the comments I left in the issue for more details.
To-dos:
getRefs
function less bloatedThe text was updated successfully, but these errors were encountered: