Remove unused files

This commit is contained in:
kisunji 2022-04-20 16:53:06 -04:00
parent cf0c5110be
commit c62fb86c7a
5 changed files with 0 additions and 66 deletions

View File

@ -1 +0,0 @@
Moved to [docs/README.md](./docs/README.md).

View File

@ -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"

View File

@ -1 +0,0 @@
package main

6
package-lock.json generated
View File

@ -1,6 +0,0 @@
{
"name": "consul",
"lockfileVersion": 2,
"requires": true,
"packages": {}
}

View File

@ -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