-
Notifications
You must be signed in to change notification settings - Fork 35
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
[dbotconf] Update all detected Dockerfile #211
Conversation
Currently the dbotconf command only adds an entry to update the Dockerfile at the root of a repository. There are projects, like the opentelemetry-go repository, that have many Dockerfiles that exist in subdirectories to the root. This updates the command to discover all Dockerfiles and add an entry for them when generating and verify an entry with verifying.
Codecov ReportBase: 58.19% // Head: 58.85% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #211 +/- ##
==========================================
+ Coverage 58.19% 58.85% +0.65%
==========================================
Files 44 44
Lines 1928 2000 +72
==========================================
+ Hits 1122 1177 +55
- Misses 680 692 +12
- Partials 126 131 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Currently the dbotconf command only adds an entry to update the Dockerfile at the root of a repository. There are projects, like the opentelemetry-go repository, that have many Dockerfiles that exist in subdirectories to the root.
This updates the command to discover all Dockerfiles and add an entry for them when generating and verify an entry with verifying.
Resolve #212