Set up automated coverage reports for Go

Copied from https://github.com/github/codeql/pull/6148
This commit is contained in:
Owen Mansel-Chan
2023-10-11 16:39:14 +01:00
parent a31f946d6f
commit 06a600c7fb
6 changed files with 23 additions and 3 deletions

View File

@@ -21,4 +21,4 @@ output_csv_file_name = "coverage.csv"
repo_output_rst = documentation_folder + output_rst_file_name
repo_output_csv = documentation_folder + output_csv_file_name
languages = ['java', 'csharp']
languages = ['java', 'csharp', 'go']