Closed charleskawczynski closed 1 year ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/report_allocs.jl | 59 | 79 | 74.68% | ||
<!-- | Total: | 62 | 82 | 75.61% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
src/codecovio.jl | 2 | 87.39% | ||
src/coveralls.jl | 2 | 94.74% | ||
<!-- | Total: | 4 | --> |
Totals | |
---|---|
Change from base Build 3679300279: | -3.7% |
Covered Lines: | 268 |
Relevant Lines: | 308 |
Merging #337 (0daf25a) into master (453ba9f) will decrease coverage by
3.33%
. The diff coverage is76.82%
.
@@ Coverage Diff @@
## master #337 +/- ##
==========================================
- Coverage 90.66% 87.33% -3.33%
==========================================
Files 2 4 +2
Lines 225 308 +83
==========================================
+ Hits 204 269 +65
- Misses 21 39 +18
Impacted Files | Coverage Δ | |
---|---|---|
src/report_allocs.jl | 75.94% <75.94%> (ø) |
|
src/Coverage.jl | 100.00% <100.00%> (ø) |
|
src/coveralls.jl | 94.73% <0.00%> (-1.76%) |
:arrow_down: |
src/codecovio.jl | 87.38% <0.00%> (+2.70%) |
:arrow_up: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Bump!
Bump!
Closing in light of https://github.com/JuliaLang/julia/pull/48070.
This PR:
Requires
dependencyreport_allocs
, which tabulates allocations per line, using PrettyTables, if it's been loadedThis function was ported over from ReportMetrics.jl.
Here is an example usage, which was also added to the docs / readme: