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
In practice, compiled packages are always compiled with--coverage flags, because the environment variable NO_COVERAGE is unlikely to have been set by a user, even if that's what they want:
In practice, compiled packages are always compiled with
--coverage
flags, because the environment variableNO_COVERAGE
is unlikely to have been set by a user, even if that's what they want:build-pkg/action.yml
Lines 21 to 25 in 3246f13
Therefore,
NO_COVERAGE
should be made into an input to this Action, as it is in https://github.com/gap-actions/setup-gap. It should also be clearly documented.The text was updated successfully, but these errors were encountered: