Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pataar committed Mar 13, 2024
1 parent 04fbb04 commit 310f73c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ jobs:
cp ${{github.workspace}}/tests/storage/logs/test-reports/clover.xml ${{github.workspace}}/clover.xml
./cc-test-reporter after-build -t clover --exit-code 0
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r ${{github.workspace}}/clover.xml
if: secrets.CC_TEST_REPORTER_ID != '' && matrix.php == '8.1' && matrix.l5-swagger-flags == 'latest'
if: matrix.php == '8.3' && matrix.l5-swagger-flags == 'latest'

- name: Publish coveralls report
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: vendor/bin/php-coveralls --coverage_clover=clover.xml -v
if: secrets.GITHUB_TOKEN != '' && matrix.php == '8.1' && matrix.l5-swagger-flags == 'latest'
if: matrix.php == '8.3' && matrix.l5-swagger-flags == 'latest'

0 comments on commit 310f73c

Please sign in to comment.