Skip to content

Conversation

@ruiAzevedo19
Copy link
Contributor

No description provided.

@ruiAzevedo19 ruiAzevedo19 marked this pull request as draft May 17, 2024 15:50
@ruiAzevedo19 ruiAzevedo19 force-pushed the combined-early-merges branch from 2fb81f4 to d0ca132 Compare May 17, 2024 15:58
@ruiAzevedo19 ruiAzevedo19 force-pushed the combined-early-merges branch from d0ca132 to cf1c84c Compare May 17, 2024 16:35
@zimmski zimmski added the enhancement New feature or request label May 18, 2024
@zimmski zimmski added this to the v0.5.0 milestone May 18, 2024
@zimmski zimmski self-requested a review May 18, 2024 10:40
// AllAssessmentKeysStrings returns all registered assessment keys as strings.
AllAssessmentKeysStrings []string

// pointsPerAssessment holds the points awarded for a specific assessment.
Copy link
Member

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"`
Copy link
Member

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++ {
Copy link
Member

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")
Copy link
Member

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.

Copy link
Member

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.

Copy link
Member

Choose a reason for hiding this comment

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

Early merge as well.

@zimmski
Copy link
Member

zimmski commented May 20, 2024

Closing because first two commits have been merged, and last one will be dealt with in favor of #124

@zimmski zimmski closed this May 20, 2024
@zimmski zimmski deleted the combined-early-merges branch May 20, 2024 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants