Skip to content

Commit 5010114

Browse files
authored
temp: disable coverage report uploading
1 parent 98d9991 commit 5010114

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
if: ${{ matrix.os == 'ubuntu-22.04' && matrix.dotnet == '7.0.x' }}
3939
run: dotnet test APIMatic.Core.Test/APIMatic.Core.Test.csproj -p:CollectCoverage=true -p:CoverletOutputFormat=lcov
4040

41-
- name: Upload coverage report
42-
if: ${{ matrix.os == 'ubuntu-22.04' && matrix.dotnet == '7.0.x' && github.actor != 'dependabot[bot]' }}
43-
uses: paambaati/[email protected]
44-
env:
45-
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_KEY }}
46-
with:
47-
coverageLocations: |
48-
${{github.workspace}}/APIMatic.Core.Test/coverage.info:lcov
41+
# - name: Upload coverage report
42+
# if: ${{ matrix.os == 'ubuntu-22.04' && matrix.dotnet == '7.0.x' && github.actor != 'dependabot[bot]' }}
43+
# uses: paambaati/[email protected]
44+
# env:
45+
# CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_KEY }}
46+
# with:
47+
# coverageLocations: |
48+
# ${{github.workspace}}/APIMatic.Core.Test/coverage.info:lcov

0 commit comments

Comments
 (0)