From Huseyin's comment;
Can we make automatic code coverage tests part of CI? Recently I tried Codecov. It's free for public repos. You can configure it to run as part of your CI github action (example action). It will automatically calculate the code coverage change for each pull request and make a comment (hkir-dev/brain_data_standards_ontologies#1 (comment)).
Also it would be wonderful if we can find similar apps for code style and quality checks.
From Huseyin's comment;