Coverage.jl icon indicating copy to clipboard operation
Coverage.jl copied to clipboard

Take Julia code coverage and memory allocation results, do useful things with them

Results 14 Coverage.jl issues
Sort by recently updated
recently updated
newest added

it seems the path to Julia has changed in Appveyor, to ```C:\julia\bin\julia```, so the readme should be adapted accordingly.

I included the recommended line ``` after_test: - C:\projects\julia\bin\julia -e "using Pkg; Pkg.add(\"Coverage\"); using Coverage; Coveralls.submit(process_folder())" ``` in my [appveyor.yml](https://github.com/johncwok/CategoricalTimeSeries.jl/blob/main/appveyor.yml) file, which is not recognized correctly by appveyor and returns...

documentation

According to the source (https://github.com/JuliaCI/CoverageTools.jl/blob/master/src/CoverageTools.jl#L200), Coverage[Tools].jl does support manual exclusion of both individual lines (`COV_EXCL_LINE` anywhere on the line) and code blocks (anything between lines containing `COV_EXCL_START` and `COV_EXCL_STOP`, respectively)....

This used to work fine but now I'm consistently getting ```julia [ Info: Submitting data to Codecov... ERROR: IOError(Base.IOError("connect: network is unreachable (ENETUNREACH)", -101) during request(https://storage.g oogleapis.com/codecov/v4/raw/2021-09-21/9472A2BD638E4D8275D695CF9E94797A/01a215e833c3fe848a6a6cd9a05ac305585ab59c/4 915d1c2-f4db-4d5c-b8af-929cbc4d0da4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR 55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210921%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210921T141408Z&X-Amz-Expires= 10&X-Amz-SignedHeaders=host&X-Amz-Signature=d2c0ec95c2ddf4a4d23218d80f2567ccf9a36b0d8cb8eb7c4de1c99ba52701f3))...

bug

Pkg.test fails: e.g. https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2021-02/21/Coverage.1.7.0-DEV-d524f21917.log ``` Testing Running tests... ┌ Warning: skipping local repo tests for Codecov, since not a git repo └ @ Main ~/.julia/packages/Coverage/3V3Eo/test/runtests.jl:106 coveralls: Error During Test at...

Can we get an equivalent of `clean_folder` and `clean_file` for `.mem` files as well?

Hi, I have my project (https://github.com/bluesmoon/CurlHTTP.jl) run through travis with Julia 1.6, 1.9 and nightly. I have the coveralls integration set up (I have tried both coveralls: true as well...

The previous path for the bin folder was giving an error when building. So the documentation now contains the updated path which is compactible.

This allows to get updates for GitHub actions automatically - it is basically an equivalent of CompatHelper. I have used this for my own packages, the [Trixi.jl framework](https://github.com/trixi-framework), and the...

Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1 to 2. Release notes Sourced from julia-actions/setup-julia's releases. v2.0.0 - Update to Node20 What's Changed update to node20 by @​ranocha in julia-actions/setup-julia#209 Note the rationale for...

dependencies