WilhelmusLab / IceFloeTracker.jl

Julia package for ice floe tracker
https://wilhelmuslab.github.io/IceFloeTracker.jl/
MIT License
1 stars 2 forks source link

Exclude copied code paths from coverage #321

Closed cpaniaguam closed 1 year ago

cpaniaguam commented 1 year ago

In particular, src/MorphSE and src/Register with

ignore:
    - Register
    - MorphSE

Also, use recommended v3 of the action

https://github.com/WilhelmusLab/IceFloeTracker.jl/blob/e53706423ce354f000b175552d77c3ffe870c28b/.github/workflows/CI.yml#L46-L49

cpaniaguam commented 1 year ago

Currently not possible with the julia action https://github.com/julia-actions/julia-processcoverage/issues/12

But maybe adding the first block to a codecov.yml could work? https://stackoverflow.com/questions/66636372/how-to-exclude-files-and-folders-from-codecov-scan