Skip to content

Commit

Permalink
[infra] Allow coverage for Go project on GCB (#2817, #2714).
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor1s committed Nov 19, 2020
1 parent 2171752 commit ec4b382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/build/functions/build_and_run_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
UPLOAD_URL_FORMAT = 'gs://' + COVERAGE_BUCKET_NAME + '/{project}/{type}/{date}'

# Languages from project.yaml that have code coverage support.
LANGUAGES_WITH_COVERAGE_SUPPORT = ['c', 'c++']
LANGUAGES_WITH_COVERAGE_SUPPORT = ['c', 'c++', 'go']


def usage():
Expand Down

0 comments on commit ec4b382

Please sign in to comment.