JuliaAstro / EphemerisSources.jl

Access HORIZONS and SPICE ephemeris sources with idiomatic Julia.
https://juliaastro.org/EphemerisSources.jl/docs
MIT License
6 stars 1 forks source link

Codecov Integration #37

Closed cadojo closed 3 months ago

andrew-saydjari commented 2 months ago

Did you want to add the badge (https://app.codecov.io/gh/JuliaAstro/EphemerisSources.jl) to your readme?

cadojo commented 2 months ago

Done!

cadojo commented 2 months ago

The coverage is quite low... I have work to do to add tests. But the coverage is certainly artificially low due to the autogenerated codes in SPICEKernels which are not tested, because they are tested at "autogeneration" time.

andrew-saydjari commented 2 months ago

Thanks. If you have good reason to exclude certain files, for reasons like you outlined, you can feel free too add a yaml file that excludes those line to fix this "artificial" decrease. See for example when I did this https://github.com/andrew-saydjari/apMADGICS.jl/blob/main/.github/codecov.yml