Skip to content

Commit

Permalink
collect test metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshboddu committed May 29, 2024
1 parent 9707307 commit a5e514e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
export CODACY_ORGANIZATION_PROVIDER=gh
export CODACY_USERNAME=yogeshboddu
export CODACY_PROJECT_NAME=dotnet-app
bash <(curl -Ls https://coverage.codacy.com/get.sh)
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r coveragereport/Cobertura.xml
if: success() || failure()

0 comments on commit a5e514e

Please sign in to comment.