Skip to content

Commit 36f5b01

Browse files
Mat001claude
andauthored
[FSSDK-12539] Remove Coveralls from CI checks (#447)
* [FSSDK-12539] Remove Coveralls from CI checks Coveralls coverage reporting is no longer needed. Remove the unit_test_coverage job, coverage.sh script, and README badge. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * [FSSDK-12539] Restore unit_test_coverage job name for branch protection Keep the job name so required check still passes, but remove the goveralls upload step. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bb6a823 commit 36f5b01

3 files changed

Lines changed: 1 addition & 63 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,12 @@ jobs:
4343

4444
unit_test_coverage:
4545
runs-on: ubuntu-latest
46-
env:
47-
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4846
steps:
4947
- uses: actions/checkout@v3
5048
- uses: actions/setup-go@v3
5149
with:
5250
go-version: '1.21.0'
53-
- run: |
54-
go test -race -covermode atomic -coverprofile=covprofile ./...
55-
go install github.com/mattn/goveralls@latest
56-
goveralls -coverprofile=covprofile -service=github
51+
- run: go test -race -covermode atomic -coverprofile=covprofile ./...
5752

5853
benchmark_test:
5954
runs-on: ubuntu-latest

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Optimizely Go SDK
22

33
[![Go Report Card](https://goreportcard.com/badge/github.com/optimizely/go-sdk)](https://goreportcard.com/report/github.com/optimizely/go-sdk)
4-
[![Coverage Status](https://coveralls.io/repos/github/optimizely/go-sdk/badge.svg?branch=master)](https://coveralls.io/github/optimizely/go-sdk?branch=master)
54
[![Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
65

76

scripts/coverage.sh

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)