diff --git a/.circleci/config.yml b/.circleci/config.yml index f39d1d8d14..ad43dd92d0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -643,6 +643,7 @@ jobs: - run: name: commit agent/bindata_assetfs.go if there are changes command: | + exit 0 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.name "hashicorp-ci" diff --git a/codecov.yml b/codecov.yml index 1839b76dca..33606c5bab 100644 --- a/codecov.yml +++ b/codecov.yml @@ -35,6 +35,9 @@ flags: ui: paths: /ui-v2/ +github_checks: + annotations: false + ignore: - "agent/bindata_assetfs.go" - "vendor/**/*"