timholy / SnoopCompile.jl

Provide insights about latency (TTFX) for Julia packages
https://timholy.github.io/SnoopCompile.jl/dev/
Other
309 stars 48 forks source link

Fix tests on Julia nightly #347

Closed timholy closed 1 year ago

timholy commented 1 year ago

1.10 makes substantial changes in invalidation-reporting. The first set of commits are enhancements/cleanups; the final commit contains the necessary test-suite changes.

Requires https://github.com/JuliaLang/julia/pull/49048

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.22 :tada:

Comparison is base (6c79a4f) 85.56% compared to head (83c504b) 85.79%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #347 +/- ## ========================================== + Coverage 85.56% 85.79% +0.22% ========================================== Files 17 17 Lines 2176 2190 +14 ========================================== + Hits 1862 1879 +17 + Misses 314 311 -3 ``` | [Impacted Files](https://codecov.io/gh/timholy/SnoopCompile.jl/pull/347?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tim+Holy) | Coverage Δ | | |---|---|---| | [src/invalidations.jl](https://codecov.io/gh/timholy/SnoopCompile.jl/pull/347?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tim+Holy#diff-c3JjL2ludmFsaWRhdGlvbnMuamw=) | `72.92% <0.00%> (-0.95%)` | :arrow_down: | ... and [5 files with indirect coverage changes](https://codecov.io/gh/timholy/SnoopCompile.jl/pull/347/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tim+Holy) 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=Tim+Holy). 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=Tim+Holy)

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