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

Publish code coverage #989

Open
JoerivanEngelen opened this issue Apr 25, 2024 · 1 comment
Open

Publish code coverage #989

JoerivanEngelen opened this issue Apr 25, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@JoerivanEngelen
Copy link
Contributor

On Gitlab, we used to publish our code coverage. This unfortunately broke sometime before the migration to Github, and it was therefore also not migrated. Would be useful to have this again, as we might be able to use this to verify if a PR doesn't result in a decreased code coverage.

We should be careful that no integration tests are accounted for in the coverage tests.

@JoerivanEngelen JoerivanEngelen added the documentation Improvements or additions to documentation label Apr 25, 2024
@JoerivanEngelen JoerivanEngelen added this to the v1.0 release milestone Apr 25, 2024
@Huite
Copy link
Contributor

Huite commented Apr 29, 2024

The coverage of the integration test is worth something in making sure there's no syntax errors and the like.

But I guess that's taken care of by the linting now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: 📯 New
Development

No branches or pull requests

2 participants