Closed tbowers7 closed 2 months ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Attention: Patch coverage is 0%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 38.03%. Comparing base (
e7ca833
) to head (b4212a8
).
Files with missing lines | Patch % | Lines |
---|---|---|
pypeit/scripts/cache_github_data.py | 0.00% | 1 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When caching from GitHub using the script
pypeit_cache_github_data
, an error was kicked complaining about "Remote host type None is not supported for package data caching." This commit corrects the issue by specifying theremote_host
in the instantiation of PypeItDataPath.