Closed mforets closed 1 year ago
Merging #389 (6051295) into main (f6c4a30) will increase coverage by
0.01%
. The diff coverage is88.88%
.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
@@ Coverage Diff @@
## main #389 +/- ##
==========================================
+ Coverage 86.56% 86.58% +0.01%
==========================================
Files 43 43
Lines 1608 1610 +2
==========================================
+ Hits 1392 1394 +2
Misses 216 216
Impacted Files | Coverage Δ | |
---|---|---|
src/Entities/Entities.jl | 58.82% <88.88%> (+2.57%) |
:arrow_up: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
This need PR needs to be updated 🆗
Interestingly, the error was shown with the newly added test (cantilever). As it turns out, traversal order matters, I left a comment in the modified method.
This branch is based on https://github.com/ONSAS/ONSAS.jl/pull/388, but is independent.
Before:
After: