-
Notifications
You must be signed in to change notification settings - Fork 10
Combined early merges #130
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
Conversation
2fb81f4 to
d0ca132
Compare
d0ca132 to
cf1c84c
Compare
| // AllAssessmentKeysStrings returns all registered assessment keys as strings. | ||
| AllAssessmentKeysStrings []string | ||
|
|
||
| // pointsPerAssessment holds the points awarded for a specific assessment. |
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.
COmmit subject "Redo the coverage logic" same rules as internally. What, and why.
| ResultPath string `long:"result-path" description:"Directory path where results should be written to. The placeholder \"%datetime%\" can be used for the current date and time." default:"evaluation-%datetime%"` | ||
| // Runs holds the number of runs to perform. | ||
| Runs uint `long:"runs" description:"Number of runs to perform." default:"1"` | ||
| Runs uint64 `long:"runs" description:"Number of runs to perform." default:"1"` |
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.
Commit subject: not for longer values, but to be consistent explicitly.
| assessments := report.NewAssessmentPerModelPerLanguagePerRepository(maps.Values(modelsSelected), maps.Values(languagesSelected), command.Repositories) | ||
| problemsPerModel := map[string][]error{} | ||
| { | ||
| for r := uint(0); r < command.Runs; r++ { |
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.
Early merging this commit. @ruiAzevedo19 when you do an early merger, please always make sure that the commits you are adding are working. don't work on features in an early merger, instead, early merge.
|
|
||
| dataPath := filepath.Join(testDataPath, repositoryPath) | ||
|
|
||
| temporaryPath, err := os.MkdirTemp("", "eval-dev-quality") |
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.
Not a workaround. It is a fix until we have a better solution. ALso. why is missing.
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.
And we are not resetting.
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.
Early merge as well.
|
Closing because first two commits have been merged, and last one will be dealt with in favor of #124 |
No description provided.