Skip to content

Commit

Permalink
[infra] Allow coverage for Go project on GCB (#2817, #2714). (#4668)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor1s authored Nov 20, 2020
1 parent 2171752 commit b97f6e2
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 b97f6e2

Please sign in to comment.