mirror of
https://github.com/shelljs/shelljs.git
synced 2026-01-25 16:07:37 +00:00
It looks like 1a1a820569f0883a317944973c15cf34431dd6c2 actually broke codecov. Codecov is currently trying to diff all PRs against the commit before that one, which leads to flagging previously-added lines of code as needing coverage in the current PR. Let's try removing the token and see if codecov is happy again. Fixes #1124