diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index 8fe08039..8d761f8f 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -59,10 +59,8 @@ jobs: ignore: "DL3018" dockerfile: scripts/dockerfiles/Dockerfile.* - tests_coveralls: + unit_test_coverage: runs-on: ubuntu-latest - env: - COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v3 with: @@ -75,16 +73,10 @@ jobs: uses: supercharge/redis-github-action@1.5.0 with: redis-version: 5 - - name: coveralls - id: coveralls + - name: test run: | make -e setup build make -e cover COVER_FILE=coverage.txt - - name: success - if: steps.coveralls.outcome == 'success' - run: | - go install github.com/mattn/goveralls@latest - goveralls -coverprofile=coverage.txt -service=github tests_windows_build_ps1: runs-on: windows-2022 diff --git a/README.md b/README.md index 6d8fe555..8aededbb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ [![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) -[![Coverage Status](https://coveralls.io/repos/github/optimizely/agent/badge.svg)](https://coveralls.io/github/optimizely/agent) # Optimizely Agent