Closed dlyr closed 1 year ago
Merging #1037 (1b99c70) into release-candidate (7fdb8bb) will decrease coverage by
0.14%
. The diff coverage is62.31%
.:exclamation: Current head 1b99c70 differs from pull request most recent head 0eafdad. Consider uploading reports for the commit 0eafdad to get more accurate results
@@ Coverage Diff @@
## release-candidate #1037 +/- ##
=====================================================
- Coverage 45.74% 45.61% -0.14%
=====================================================
Files 339 312 -27
Lines 23279 23085 -194
=====================================================
- Hits 10649 10530 -119
+ Misses 12630 12555 -75
Impacted Files | Coverage Δ | |
---|---|---|
src/Core/Animation/HandleArray.hpp | 0.00% <0.00%> (ø) |
|
src/Core/Asset/AnimationData.hpp | 0.00% <0.00%> (ø) |
|
src/Core/Geometry/MeshPrimitives.hpp | 0.00% <0.00%> (ø) |
|
src/Core/Geometry/OpenMesh.hpp | 0.00% <0.00%> (ø) |
|
src/Core/Geometry/Spline.hpp | 0.00% <0.00%> (ø) |
|
src/Core/Geometry/deprecated/TopologicalMesh.hpp | 0.00% <0.00%> (ø) |
|
src/Core/Utils/CircularIndex.hpp | 0.00% <0.00%> (ø) |
|
src/Engine/Data/RawShaderMaterial.cpp | 0.00% <ø> (ø) |
|
src/Engine/Data/RawShaderMaterial.hpp | 0.00% <0.00%> (ø) |
|
src/Engine/Data/VolumeObject.hpp | 0.00% <0.00%> (ø) |
|
... and 40 more |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Remove
#include "foo.inl"
fromfoo.hpp
and replace it by the inl content, usingnoinl.py
script, run fromsrc/
directory.Also remove inline references from
CMakeLists.txt
and scripts.If new pushes on release-candidate, skip commit
run noinl.py
andremove inl
to redo it on a clean basis (e.g. run the script and git rm inl files)TODO