Fix codecov CI and update template#6
Merged
adamgayoso merged 3 commits intoYosefLab:mainfrom Apr 14, 2023
Merged
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #6 +/- ##
=======================================
Coverage 52.58% 52.58%
=======================================
Files 6 6
Lines 831 831
=======================================
Hits 437 437
Misses 394 394
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes some problems with the CI setup of the scverse-cookiecutter template repo. Last night, the
codecovpackage was pulled from PyPI. This can easily be replaced, however we've realized our automatic template sync system does not allow us to modify github actions (a security precaution from github), so we need to roll out this update manually.We're also taking this opportunity to make several other intended changes for to the CI workflow.
We're still looking into how we can avoid this in the future, which will likely require us changing how our template sync system works. This is being tracked in the scverse/cookiecutter-scverse#138.
Changes
These changes constitute the 0.2.1 release of the template and make the following changes:
Additional remarks
>>>>>>>) or a.rejfile will have been created for the respective files. You need to address these conflicts manually. Make sure to enable pre-commit.ci (see below) to detect such files.