Project: S3779 LZW ColGroup | ASML - #2560
Conversation
…nd downstream CLA operations
|
Your code does not build (see error logs). Could you please fix those issues to have a prototype that compiles? |
|
@MasterBrain2000 @m-ollka @Mancer1 could you please address the issues causing the tests to fail? Thanks |
|
@janniklinde, all the build problems have been addressed. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2560 +/- ##
============================================
- Coverage 71.61% 71.41% -0.20%
- Complexity 50132 50432 +300
============================================
Files 1614 1628 +14
Lines 193986 195507 +1521
Branches 37935 38172 +237
============================================
+ Hits 138925 139626 +701
- Misses 44155 44939 +784
- Partials 10906 10942 +36 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
@janniklinde, for code coverage, aren't tests considered part of it? We have some helper functions from the old DP algorithm, and we used to test them against the new algorithm. These DP helper functions are not used anywhere other than the tests we wrote. |
|
@janniklinde, How much code coverage is accepted? We have some null functions that are required to be implemented but never called. |
|
Generally, all functions that are expected to provide a working implementation should be tested, @Mancer1. Coverage also includes nested function calls, so you should be able to achieve high coverage by testing the publicly available functions of the compressed column group. Please use the tests for existing Also, please avoid reimplementing helper functionality that is already available in the test utilities, such as random matrix generation. |
Group Project for the AMLS Module