vgvassilev / clad

clad -- automatic differentiation for C/C++
GNU Lesser General Public License v3.0
266 stars 113 forks source link

Print graph of diff requests in stats #926

Closed vaithak closed 4 weeks ago

codecov[bot] commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.71%. Comparing base (b38d8cf) to head (2d51d23). Report is 3 commits behind head on master.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/vgvassilev/clad/pull/926/graphs/tree.svg?width=650&height=150&src=pr&token=9f6Q4em8hE&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Vassil+Vassilev)](https://app.codecov.io/gh/vgvassilev/clad/pull/926?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Vassil+Vassilev) ```diff @@ Coverage Diff @@ ## master #926 +/- ## ========================================== - Coverage 94.08% 93.71% -0.38% ========================================== Files 53 54 +1 Lines 7762 7795 +33 ========================================== + Hits 7303 7305 +2 - Misses 459 490 +31 ``` | [Files](https://app.codecov.io/gh/vgvassilev/clad/pull/926?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Vassil+Vassilev) | Coverage Δ | | |---|---|---| | [tools/ClangPlugin.cpp](https://app.codecov.io/gh/vgvassilev/clad/pull/926?src=pr&el=tree&filepath=tools%2FClangPlugin.cpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Vassil+Vassilev#diff-dG9vbHMvQ2xhbmdQbHVnaW4uY3Bw) | `95.54% <100.00%> (+0.02%)` | :arrow_up: | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/vgvassilev/clad/pull/926/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Vassil+Vassilev) | [Files](https://app.codecov.io/gh/vgvassilev/clad/pull/926?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Vassil+Vassilev) | Coverage Δ | | |---|---|---| | [tools/ClangPlugin.cpp](https://app.codecov.io/gh/vgvassilev/clad/pull/926?src=pr&el=tree&filepath=tools%2FClangPlugin.cpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Vassil+Vassilev#diff-dG9vbHMvQ2xhbmdQbHVnaW4uY3Bw) | `95.54% <100.00%> (+0.02%)` | :arrow_up: | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/vgvassilev/clad/pull/926/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Vassil+Vassilev)
github-actions[bot] commented 4 weeks ago

clang-tidy review says "All clean, LGTM! :+1:"

github-actions[bot] commented 4 weeks ago

clang-tidy review says "All clean, LGTM! :+1:"

vgvassilev commented 4 weeks ago

Looks like codecov is acting up.