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: |