Skip to content

Commit

Permalink
[infra] Change language attribute from "cpp" to "c++" in coverage job…
Browse files Browse the repository at this point in the history
… runner.

Should've done this in #3477. Good news is that nothing failed, the coverage job was just skipped for pretty much all projects.
  • Loading branch information
Dor1s committed Mar 12, 2020
1 parent fc05e61 commit cc0ba37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/gcb/build_and_run_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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', 'cpp']
LANGUAGES_WITH_COVERAGE_SUPPORT = ['c', 'c++']


def skip_build(message):
Expand Down

0 comments on commit cc0ba37

Please sign in to comment.