Add shading for generex and automaton#797
Conversation
PR Summary
|
|
// cc @bodiam |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #797 +/- ##
============================================
- Coverage 92.54% 92.49% -0.06%
+ Complexity 2654 2652 -2
============================================
Files 286 286
Lines 5275 5275
Branches 553 553
============================================
- Hits 4882 4879 -3
- Misses 252 253 +1
- Partials 141 143 +2 see 4 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
| <includes> | ||
| <include>org.yaml:snakeyaml:*:*</include> | ||
| <include>com.github.mifmif:generex:*:*</include> | ||
| <include>dk.brics.automaton:automaton:*:*</include> |
There was a problem hiding this comment.
Why not just include all dependencies? It's unlikely we'll add more perhaps, but if we would, we'd need to remember to update this too.
There was a problem hiding this comment.
anyway you need to update relocation part individually , so it will not solve the issue
It seems these 2 were missed
to double check the whole list of libs that are used during runtime and should and shaded this command could be used
output