Antoine Gelloz
Results
9
issues of
Antoine Gelloz
- Fix the algorithm assigning files to the docker build context of each nodes of the graph - Reduce cyclomatic complexities of the GenerateDAG function and its sub-functions
Adding a new buildGraph internal test to check the assignment of files to nodes.
This PR is improving the testing of the current GenerateDAG algorithm. This new way of testing is using the printing method of the graphs and the computing of hashes to...