Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(GenerateDAG): new algorithm #609

Closed

Conversation

antoinegelloz
Copy link
Contributor

No description provided.

@antoinegelloz antoinegelloz requested review from julienvey, graillus and a team as code owners October 8, 2024 09:43
Copy link

codecov bot commented Oct 8, 2024

Codecov Report

Attention: Patch coverage is 76.47059% with 36 lines in your changes missing coverage. Please review.

Please upload report for BASE (refact/more-precise-GenerateDAG-tests@322faf5). Learn more about missing BASE report.

Files with missing lines Patch % Lines
pkg/dib/generate_dag.go 76.47% 23 Missing and 13 partials ⚠️
Additional details and impacted files
@@                           Coverage Diff                            @@
##             refact/more-precise-GenerateDAG-tests     #609   +/-   ##
========================================================================
  Coverage                                         ?   59.26%           
========================================================================
  Files                                            ?       51           
  Lines                                            ?     2391           
  Branches                                         ?        0           
========================================================================
  Hits                                             ?     1417           
  Misses                                           ?      868           
  Partials                                         ?      106           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

case filePath == buildPath:
return nil
case dirEntry.IsDir():
if err := filepath.WalkDir(filePath, func(otherFile string, dirEntry os.DirEntry, err error) error {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check here why we need the recursive WalkDir?

@Thibaut-gauvin Thibaut-gauvin deleted the fix/GenerateDAG2 branch October 29, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant