From dbe2b7f4f8877d119c000990bd328e9de681d40f Mon Sep 17 00:00:00 2001 From: James Friel Date: Thu, 30 Nov 2023 16:42:33 +0000 Subject: [PATCH] remove coveralls --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5d261376c7..778a38861e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,12 +95,12 @@ jobs: # mv `find coverage -type f` fs-ui.lcov # dotnet test Rdmp.Core.Tests/Rdmp.Core.Tests.csproj --nologo --collect:"XPlat Code Coverage" --no-build --verbosity minimal -c Release --results-directory coverage -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=lcov # mv `find coverage -type f` fs-core.lcov - - name: Coveralls - uses: coverallsapp/github-action@v2.2.3 - with: - github-token: ${{ secrets.github_token }} - files: ./db-ui.lcov ./db-core.lcov ./fs-ui.lcov ./fs-core.lcov - flag-name: unit tests + # - name: Coveralls + # uses: coverallsapp/github-action@v2.2.3 + # with: + # github-token: ${{ secrets.github_token }} + # files: ./db-ui.lcov ./db-core.lcov ./fs-ui.lcov ./fs-core.lcov + # flag-name: unit tests - name: Package run: |