We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e8140 commit 6b0257eCopy full SHA for 6b0257e
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
run: dotnet test APIMatic.Core.Test/APIMatic.Core.Test.csproj -p:CollectCoverage=true -p:CoverletOutputFormat=lcov
40
41
- name: Upload coverage report
42
- if: ${{ matrix.os == 'ubuntu-latest' && matrix.dotnet == '7.0.x' }}
+ if: ${{ matrix.os == 'ubuntu-latest' && matrix.dotnet == '7.0.x' && github.actor != 'dependabot[bot]' }}
43
uses: paambaati/codeclimate-action@v3.0.0
44
env:
45
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_KEY }}
0 commit comments