Open djerius opened 1 year ago
Base: 83.07% // Head: 83.08% // Increases project coverage by +0.00%
:tada:
Coverage data is based on head (
e36f3b5
) compared to base (10425fb
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Setting GIT_CONFIG_GLOBAL to prevent loading of ~/.gitconfig isn't suppoted by all versions of git; on those one may still get test failures if the user has specified a init.defaultBranch configuration value which is different from the test expects.
Explicitly pass it on the 'git' command line to ensure that it is indepndent of the user's configuration.
use the default branch name of 'default-branch' to make it obvious.