Skip to content

Commit 7841ece

Browse files
Mat001claude
andauthored
[FSSDK-12539] Remove Coveralls from CI checks (#462)
* [FSSDK-12539] Remove Coveralls from CI checks Remove Coveralls coverage upload and README badge. Tests still run via make cover but no longer report to Coveralls. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * [FSSDK-12539] Restore tests_coveralls 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> * Rename tests_coveralls job to unit_test_coverage Addresses reviewer feedback — Coveralls is removed, so the job name should reflect that. Aligns with go-sdk naming convention. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Trigger CI checks --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 06664ca commit 7841ece

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/agent.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,8 @@ jobs:
5959
ignore: "DL3018"
6060
dockerfile: scripts/dockerfiles/Dockerfile.*
6161

62-
tests_coveralls:
62+
unit_test_coverage:
6363
runs-on: ubuntu-latest
64-
env:
65-
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6664
steps:
6765
- uses: actions/checkout@v3
6866
with:
@@ -75,16 +73,10 @@ jobs:
7573
uses: supercharge/redis-github-action@1.5.0
7674
with:
7775
redis-version: 5
78-
- name: coveralls
79-
id: coveralls
76+
- name: test
8077
run: |
8178
make -e setup build
8279
make -e cover COVER_FILE=coverage.txt
83-
- name: success
84-
if: steps.coveralls.outcome == 'success'
85-
run: |
86-
go install github.com/mattn/goveralls@latest
87-
goveralls -coverprofile=coverage.txt -service=github
8880
8981
tests_windows_build_ps1:
9082
runs-on: windows-2022

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[![Build Status](https://github.com/optimizely/agent/actions/workflows/agent.yml/badge.svg?branch=master)](https://github.com/optimizely/agent/actions/workflows/agent.yml?query=branch%3Amaster)
2-
[![Coverage Status](https://coveralls.io/repos/github/optimizely/agent/badge.svg)](https://coveralls.io/github/optimizely/agent)
32

43
# Optimizely Agent
54

0 commit comments

Comments
 (0)