Skip to content

Commit 6b0257e

Browse files
authored
ci: updates test workflow for skipping upload coverage report step (#96)
1 parent 96e8140 commit 6b0257e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: dotnet test APIMatic.Core.Test/APIMatic.Core.Test.csproj -p:CollectCoverage=true -p:CoverletOutputFormat=lcov
4040

4141
- name: Upload coverage report
42-
if: ${{ matrix.os == 'ubuntu-latest' && matrix.dotnet == '7.0.x' }}
42+
if: ${{ matrix.os == 'ubuntu-latest' && matrix.dotnet == '7.0.x' && github.actor != 'dependabot[bot]' }}
4343
uses: paambaati/codeclimate-action@v3.0.0
4444
env:
4545
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_KEY }}

0 commit comments

Comments
 (0)