Skip to content

Commit

Permalink
chore(ci): remove codecov (#588)
Browse files Browse the repository at this point in the history
We inherited codecov when we took this project over from the community,
but haven't found it useful and decided to remove it from the project.

As followup once this is landed I'll remove the secret from the
project's secrets.
  • Loading branch information
jharley authored Dec 6, 2024
1 parent a5ad420 commit 29a81ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
HONEYCOMB_DATASET: testacc
run: |
go test -v ./client/... \
-coverprofile=client-coverage.txt \
-covermode=atomic | \
go-junit-report \
-set-exit-code \
Expand All @@ -87,7 +86,6 @@ jobs:
TF_ACC_TERRAFORM_VERSION: ${{ env.TERRAFORM_VERSION }}
run: |
go test -v ./internal/... ./honeycombio/... \
-coverprofile=tf-coverage.txt \
-covermode=atomic | \
go-junit-report \
-set-exit-code \
Expand Down Expand Up @@ -122,11 +120,6 @@ jobs:
paths: "*-report.xml"
show: "fail, skip"

- name: Generate Coverage Report
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

test-eu:
name: Test EU
needs: build
Expand Down Expand Up @@ -164,7 +157,6 @@ jobs:
HONEYCOMB_DATASET: testacc
run: |
go test -v ./client/... \
-coverprofile=client-coverage.txt \
-covermode=atomic | \
go-junit-report \
-set-exit-code \
Expand All @@ -187,7 +179,6 @@ jobs:
TF_ACC_TERRAFORM_VERSION: ${{ env.TERRAFORM_VERSION }}
run: |
go test -v ./internal/... ./honeycombio/... \
-coverprofile=tf-coverage.txt \
-covermode=atomic | \
go-junit-report \
-set-exit-code \
Expand Down Expand Up @@ -222,8 +213,3 @@ jobs:
with:
paths: "*-report.xml"
show: "fail, skip"

- name: Generate Coverage Report
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![OSS Lifecycle](https://img.shields.io/osslifecycle/honeycombio/terraform-provider-honeycombio)](https://github.com/honeycombio/home/blob/main/honeycomb-oss-lifecycle-and-practices.md)
[![CI](https://github.com/honeycombio/terraform-provider-honeycombio/workflows/CI/badge.svg)](https://github.com/honeycombio/terraform-provider-honeycombio/actions)
[![codecov](https://codecov.io/gh/honeycombio/terraform-provider-honeycombio/branch/main/graph/badge.svg)](https://codecov.io/gh/honeycombio/terraform-provider-honeycombio)
[![Terraform Registry](https://img.shields.io/github/v/release/honeycombio/terraform-provider-honeycombio?color=5e4fe3&label=Terraform%20Registry&logo=terraform&sort=semver)](https://registry.terraform.io/providers/honeycombio/honeycombio/latest)

A Terraform provider for Honeycomb.io.
Expand Down

0 comments on commit 29a81ed

Please sign in to comment.