You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: evaluate/report/markdown.go
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ type Markdown struct {
25
25
DateTime time.Time
26
26
// Version holds the version of the evaluation tool.
27
27
Versionstring
28
+
// Revision holds the Git revision of the evaluation tool.
29
+
Revisionstring
28
30
29
31
// CSVPath holds the path of detailed CSV results.
30
32
CSVPathstring
@@ -71,7 +73,7 @@ var markdownTemplate = template.Must(template.New("template-report").Parse(bytes
71
73
72
74

73
75
74
-
This report was generated by [DevQualityEval benchmark](https://github.com/symflower/eval-dev-quality) in `+"`"+`version {{.Version}}`+"`"+`.
76
+
This report was generated by [DevQualityEval benchmark](https://github.com/symflower/eval-dev-quality) in `+"`"+`version {{.Version}}`+"`"+` - `+"`"+`revision {{.Revision}}`+"`"+`.

76
77
77
-
This report was generated by [DevQualityEval benchmark](https://github.com/symflower/eval-dev-quality) in `+"`"+`version 1234`+"`"+`.
78
+
This report was generated by [DevQualityEval benchmark](https://github.com/symflower/eval-dev-quality) in `+"`"+`version 1234`+"`"+` - `+"`"+`revision abcd`+"`"+`.

123
125
124
-
This report was generated by [DevQualityEval benchmark](https://github.com/symflower/eval-dev-quality) in `+"`"+`version 1234`+"`"+`.
126
+
This report was generated by [DevQualityEval benchmark](https://github.com/symflower/eval-dev-quality) in `+"`"+`version 1234`+"`"+` - `+"`"+`revision abcd`+"`"+`.
0 commit comments