Remove unused files
This commit is contained in:
parent
cf0c5110be
commit
c62fb86c7a
|
@ -1 +0,0 @@
|
|||
Moved to [docs/README.md](./docs/README.md).
|
44
codecov.yml
44
codecov.yml
|
@ -1,44 +0,0 @@
|
|||
# https://docs.codecov.io/docs/commit-status
|
||||
coverage:
|
||||
status:
|
||||
# only measure diff changes, not unexpected project changes from flakiness
|
||||
project: off
|
||||
patch:
|
||||
default:
|
||||
# https://docs.codecov.io/docs/commit-status#section-informational
|
||||
informational: true
|
||||
# https://docs.codecov.io/docs/commit-status#section-excluding-tests-example-
|
||||
# TODO: should any paths be excluded from coverage metrics?
|
||||
# paths:
|
||||
ui:
|
||||
informational: true
|
||||
# https://docs.codecov.io/docs/commit-status#section-changes-status
|
||||
# TODO: enable after eliminating current unexpected coverage changes?
|
||||
changes: off
|
||||
|
||||
# https://docs.codecov.io/docs/codecov-yaml#section-default-yaml
|
||||
# TODO: experiment with changing these values?
|
||||
# parsers:
|
||||
# gcov:
|
||||
# branch_detection:
|
||||
# conditional: yes
|
||||
# loop: yes
|
||||
# method: no
|
||||
# macro: no
|
||||
|
||||
# https://docs.codecov.io/docs/pull-request-comments
|
||||
comment: false
|
||||
|
||||
# https://docs.codecov.io/docs/flags
|
||||
# TODO: split out test coverage for API, SDK, UI, website?
|
||||
flags:
|
||||
ui:
|
||||
paths: /ui-v2/
|
||||
|
||||
github_checks:
|
||||
annotations: false
|
||||
|
||||
ignore:
|
||||
- "agent/uiserver/bindata_assetfs.go"
|
||||
- "vendor/**/*"
|
||||
- "**/*.pb.go"
|
|
@ -1 +0,0 @@
|
|||
package main
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"name": "consul",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {}
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
These Terraform modules were removed from GitHub in [GH-5085](https://github.com/hashicorp/consul/pull/5085).
|
||||
|
||||
These are not currently being maintained and tested, and were created prior to the existence of the Terraform Module Registry, which is the more appropriate way to share and distribute modules.
|
||||
|
||||
In an effort to limit confusion of the purpose of these modules and not encourage usage of something we aren't confident about, this removes them from this repository.
|
||||
|
||||
You can still access these modules if you depend on them by pinning to a specific ref in Git. It is recommended you pin against a recent major version where these modules existed:
|
||||
|
||||
module "consul-aws" {
|
||||
source = "git::https://github.com/hashicorp/consul.git//terraform/aws?ref=v1.4.0"
|
||||
}
|
||||
More detail about module sources can be found on this page:
|
||||
|
||||
https://www.terraform.io/docs/modules/sources.html
|
Loading…
Reference in New Issue