Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add code coverage in the CI #276

Open
robUx4 opened this issue Feb 26, 2024 · 0 comments
Open

Add code coverage in the CI #276

robUx4 opened this issue Feb 26, 2024 · 0 comments

Comments

@robUx4
Copy link
Contributor

robUx4 commented Feb 26, 2024

As we are adding more tests, we can start using some code coverage system. That might give us an idea of what part of the code are lacking tests. And maybe notice some dead part of the code that can be removed as well.

This probably requires a lot more tests to have a clearer picture. But that's almost mandatory nowadays for a data parser. We may also notice some bugs before others do...

This doesn't make much sense in libmatroska although it could do with a bit of testing for a the few custom code it has (blocks, cues, etc).

We can probably use codecov which is free for Open Source projects https://github.com/codecov/codecov-action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant