Skip to content

Commit

Permalink
Disable codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed May 17, 2022
1 parent 8518abc commit ef09097
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
bash <(curl -s https://codecov.io/bash)
./cc-test-reporter after-build --coverage-input-type clover --exit-code 0
composer config version 1.9.0
composer require codacy/coverage
vendor/bin/codacycoverage clover coverage.xml
# composer require codacy/coverage
# vendor/bin/codacycoverage clover coverage.xml
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
# CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
2 changes: 1 addition & 1 deletion release.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Example:
* ```
* php release.php minor stable message.md
* ```
* ```.
*
* Put release notes in message.md as markdown format.
*/
Expand Down

0 comments on commit ef09097

Please sign in to comment.