Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): remove codecov #588

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading