Conversation
… and enhance test cases
… for non-zero scores
…s for test case management
| columnNames = {"repository_id", "suite_name", "class_name", "name"}) | ||
| }, | ||
| indexes = { | ||
| @Index(name = "idx_test_case_repo_flakiness", columnList = "repository_id,flakiness_score DESC") |
There was a problem hiding this comment.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 104).
| public void updateFlakinessScores( | ||
| List<TestSuiteRun> testSuiteRuns, String defaultBranchName, GitRepository repository) { | ||
| try { | ||
| statisticsService.updateFlakinessForTestSuiteRun(testSuiteRuns, defaultBranchName, repository); |
There was a problem hiding this comment.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
|
There hasn't been any activity on this pull request recently. Therefore, this pull request has been automatically marked as stale and will be closed if no further activity occurs within seven days. Thank you for your contributions. |
Motivation
Description
Testing Instructions
Prerequisites:
Flow:
Screenshots
Checklist
General
Server
Client