-
Notifications
You must be signed in to change notification settings - Fork 83
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
Simplify repo structure #306
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #306 +/- ##
===========================================
- Coverage 86.39% 65.82% -20.58%
===========================================
Files 26 40 +14
Lines 1213 1823 +610
===========================================
+ Hits 1048 1200 +152
- Misses 165 623 +458 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
I think there's still one mention of the paper
directory in .gitignore
Line 31 in 5be7800
paper/created_videos |
But I don't think it's a huge deal.
Reduces number of configs & removes unecessary files
Closes #305