JuliaBesties / BestieTemplate.jl

Template for Julia Programming Language packages using the copier engine.
http://JuliaBesties.github.io/BestieTemplate.jl/
Mozilla Public License 2.0
43 stars 9 forks source link

Add .codecov.yml file to the template #494

Open datejada opened 1 day ago

datejada commented 1 day ago

Description

Having this file will help to tailor the repository targets for Codecov. The defaults could be 100%.

Validation and testing

Some examples of the file are found here:

https://about.codecov.io/blog/the-case-against-100-code-coverage/

Motivation

Have an easy way to set the coverage target in the repos

Target audience

No response

Can you help?

Yes! I can :smil

abelsiqueira commented 1 day ago

Love it. A coverage of 80% seems like a good idea. If you have the time, a PR would be great