Skip to content

Commit

Permalink
Workflow debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ernstla committed Jan 20, 2024
1 parent 291babc commit b4c9cf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -25,9 +25,11 @@ jobs:
run: composer github

- name: Upload coverage report to Codacy
run:
echo "Token = $CODACY_API_TOKEN; Username = $CODACY_USERNAME"
bash <(curl -Ls https://coverage.codacy.com/get.sh)
env:
CODACY_API_TOKEN: ${{secrets.CODACY_ACCOUT_TOKEN}}
CODACY_ORGANIZATION_PROVIDER: gh
CODACY_USERNAME: coniadev
CODACY_PROJECT_NAME: core
run: bash <(curl -Ls https://coverage.codacy.com/get.sh)

0 comments on commit b4c9cf8

Please sign in to comment.