Closed gaborcsardi closed 7 months ago
Attention: Patch coverage is 60.14493%
with 55 lines
in your changes are missing coverage. Please review.
Project coverage is 86.32%. Comparing base (
b704a10
) to head (d4434e1
).:exclamation: Current head d4434e1 differs from pull request most recent head 3343d13. Consider uploading reports for the commit 3343d13 to get more accurate results
Files | Patch % | Lines |
---|---|---|
R/git-submodules.R | 53.04% | 54 Missing :warning: |
R/type-git.R | 88.88% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
It uses authentication for the submodules if credentials are available in the git credential store.
Does not work currently for
github::
packages sources. We can support those as well, if needed. Then we'll have to extract the downloaded repo snapshot.Closes #354.