Skip to content

Setup code coverage using Codecov.io#35

Merged
danielhollas merged 7 commits intomasterfrom
codecov
Oct 8, 2020
Merged

Setup code coverage using Codecov.io#35
danielhollas merged 7 commits intomasterfrom
codecov

Conversation

@danielhollas
Copy link
Copy Markdown
Contributor

@danielhollas danielhollas commented Oct 7, 2020

Closes #34

For now only adding the config file
@danielhollas danielhollas self-assigned this Oct 7, 2020
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 7, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@d039cd4). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #35   +/-   ##
=========================================
  Coverage          ?   54.70%           
=========================================
  Files             ?       34           
  Lines             ?     5528           
  Branches          ?        0           
=========================================
  Hits              ?     3024           
  Misses            ?     2504           
  Partials          ?        0           

@danielhollas
Copy link
Copy Markdown
Contributor Author

danielhollas commented Oct 7, 2020

Interesting, the failing basic_build with GCC-9 is failing with a compiler error. 😱

Looks like an instance of this:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95847

EDIT: Removing two rather ancient and unneeded functions from random.f90 solved the issue. 🎉
The Codecov seems to work and looks extremely useful.
https://codecov.io/gh/PHOTOX/ABIN/pull/35/tree

For example, here we can see that the fixed decoherence correction is currently not tested in any of the tests:

image

@danielhollas danielhollas marked this pull request as ready for review October 7, 2020 22:54
@danielhollas danielhollas changed the title Setup code coverage using Code Cov Setup code coverage using Codecov.io Oct 7, 2020
@danielhollas danielhollas requested a review from suchanj October 7, 2020 23:59
@danielhollas danielhollas merged commit 94117a7 into master Oct 8, 2020
@danielhollas danielhollas deleted the codecov branch October 8, 2020 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Generate test coverage

2 participants