-
Notifications
You must be signed in to change notification settings - Fork 193
Add code coverage to stdlib. #1024
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
base: master
Are you sure you want to change the base?
Conversation
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
I've ended up chaining the code coverage thing with the |
Following the discussion in #937, this PR (tries to) add code coverage to
stdlib
usingcodecov
.Key facts
code-coverage.yml
Github Action which runs on every push and pull requests.fpm
to run the test with the added-coverage
flag added for compilation withgfortran
.release
profile withxdp
andqp
turned on.codecov
CODECOV_TOKEN
to be set up in the settings of the repo. This should be done by the one of the org owners I believe.Current issue
The Github Action runs correctly and the coverage report is upload to
codecov
(see here). Note however that it does not seem to include the coverage report for a number of modules including thelinalg
for instance. I'm not sure what's going here and I have a fairly limited experience withgcov
andlcov
.I get warnings like these
despite the test for
sparse
being run.ping @perazz, @jalvesz and @jvdp1