BioJulia / SingleCellProjections.jl

Analysis of Single Cell Expression data in Julia
Other
18 stars 3 forks source link

Migrate from SnoopPrecompile to PrecompileTools #3

Closed timholy closed 1 year ago

timholy commented 1 year ago

This pull request migrates the package from SnoopPrecompile to PrecompileTools. PrecompileTools is nearly a drop-in replacement except that there are changes in naming and how developers locally disable precompilation (to make their development workflow more efficient). These changes are described in PrecompileTool's enhanced documentation, which also includes instructions for users on how to set up custom "Startup" packages, handling precompilation tasks that are not amenable to workloads, and tips for troubleshooting.

Why the new package? It meets several goals:

For more information and discussion, see this discourse post.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (69d5d0c) 80.78% compared to head (2b85921) 80.78%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3 +/- ## ======================================= Coverage 80.78% 80.78% ======================================= Files 35 35 Lines 2077 2077 ======================================= Hits 1678 1678 Misses 399 399 ``` | [Impacted Files](https://codecov.io/gh/rasmushenningsson/SingleCellProjections.jl/pull/3?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Rasmus+Henningsson) | Coverage Δ | | |---|---|---| | [src/precompile.jl](https://codecov.io/gh/rasmushenningsson/SingleCellProjections.jl/pull/3?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Rasmus+Henningsson#diff-c3JjL3ByZWNvbXBpbGUuamw=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Rasmus+Henningsson). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Rasmus+Henningsson)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.