File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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- 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
You can’t perform that action at this time.
0 commit comments