Skip to content

Commit

Permalink
Removed commit sha from codacy report notification to make codacy sea…
Browse files Browse the repository at this point in the history
…rch automatically for it (#29)
  • Loading branch information
joaofbvieira authored Feb 24, 2023
1 parent 4961aa1 commit fd88d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-dotnet/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ runs:
run: |
for f in $(find ./TestResults -name "coverage.cobertura.xml"); do echo "sending coverage report $f" && \
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -l csharp -r $f \
--partial --commit-uuid ${{github.sha}}; \
--partial; \
done
bash <(curl -Ls https://coverage.codacy.com/get.sh) final --commit-uuid ${{github.sha}}
bash <(curl -Ls https://coverage.codacy.com/get.sh) final

0 comments on commit fd88d3d

Please sign in to comment.