Merge pull request #8782 from hashicorp/dnephin/disable-codecov-annotations

Disable codecov annotations in github PRs
This commit is contained in:
Daniel Nephin 2020-09-30 12:29:40 -04:00 committed by GitHub
commit 0df4371be2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -643,6 +643,7 @@ jobs:
- run: - run:
name: commit agent/bindata_assetfs.go if there are changes name: commit agent/bindata_assetfs.go if there are changes
command: | command: |
exit 0
if ! git diff --exit-code agent/bindata_assetfs.go; then if ! git diff --exit-code agent/bindata_assetfs.go; then
git config --local user.email "hashicorp-ci@users.noreply.github.com" git config --local user.email "hashicorp-ci@users.noreply.github.com"
git config --local user.name "hashicorp-ci" git config --local user.name "hashicorp-ci"

View File

@ -35,6 +35,9 @@ flags:
ui: ui:
paths: /ui-v2/ paths: /ui-v2/
github_checks:
annotations: false
ignore: ignore:
- "agent/bindata_assetfs.go" - "agent/bindata_assetfs.go"
- "vendor/**/*" - "vendor/**/*"