Becksteinlab / kda

Python package used for the analysis of biochemical kinetic diagrams.
GNU General Public License v3.0
3 stars 1 forks source link

CI: Update `codecov` configuration #53

Closed nawtrey closed 2 years ago

nawtrey commented 2 years ago

It would be nice if the codecov behavior was more similar to some of the larger OSS projects, such as scipy.

Specific changes to make:

nawtrey commented 2 years ago

It appears the code coverage is currently generating the coverage report based on a single runner's results instead of combining the reports, so that needs to be fixed.

Unrelated: Probably want to change pytest command as well. We don't need pytest-xdist, so we can remove that portion along with the -n 10 which is likely doing nothing but generating heat.