Skip to content

Commit

Permalink
fix: specify commit hash for codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauraducky committed Oct 28, 2022
1 parent cfe2202 commit 6a42f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cover.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ chmod +x codecov
./codecov -f src/PockyBot.NET.Tests/coverage.opencover.xml -t $CODECOV_TOKEN --sha $COMMIT_SHA

# Codacy
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r src/PockyBot.NET.Tests/coverage.opencover.xml
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r src/PockyBot.NET.Tests/coverage.opencover.xml --commit-uuid $COMMIT_SHA

0 comments on commit 6a42f65

Please sign in to comment.