Skip to content

Commit

Permalink
Update pr-validation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
swathivelivala authored Dec 6, 2024
1 parent 17d2166 commit b828f6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
name: test-results
path: tmp

- name: Send Coverage to Codacy
run: |
bash <(curl -Ls https://coverage.codacy.com/get.sh) report --coverage-reports coverage/lcov/project.lcov
# - name: Send Coverage to Codacy
# run: |
# bash <(curl -Ls https://coverage.codacy.com/get.sh) report --coverage-reports coverage/lcov/project.lcov

# test:
# if: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit b828f6c

Please sign in to comment.