Skip to content

Commit

Permalink
fix: Dependabot do not send coverage to codacy
Browse files Browse the repository at this point in the history
dependabot updates do not affect coverage
  • Loading branch information
Gashmob committed Sep 23, 2024
1 parent bf116c0 commit e83195e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Build coverage
run: nix-shell --run '${{ github.workspace }}/bin/build_coverage.sh'
- name: Upload coverage report to Codacy
if: ${{ github.actor != 'dependabot[bot]' }}
uses: codacy/codacy-coverage-reporter-action@89d6c85cfafaec52c72b6c5e8b2878d33104c699 # v1.3.0
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
Expand Down

0 comments on commit e83195e

Please sign in to comment.