Skip to content

Commit

Permalink
Update moodle-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 authored Apr 3, 2024
1 parent 7937aeb commit 522a16b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,14 @@ jobs:
COVERALLS_PARALLEL: false
if: ${{ matrix.php == '8.1' && matrix.moodle-branch == 'MOODLE_401_STABLE' && matrix.database == 'mariadb' }}
run: |
moodle-plugin-ci coveralls-upload
cat /home/runner/work/MoodlePluginLocal/MoodlePluginLocal/moodle/local/adler/build/logs/coveralls-upload.json
#moodle-plugin-ci coveralls-upload
#cat /home/runner/work/MoodlePluginLocal/MoodlePluginLocal/moodle/local/adler/build/logs/coveralls-upload.json
# cd moodle
# composer require --dev php-coveralls/php-coveralls
composer require php-coveralls/php-coveralls
# cd local/adler
# # workaround for https://github.com/php-coveralls/php-coveralls/issues/358
# unset GITHUB_ACTIONS
# php ../../vendor/bin/php-coveralls --coverage_clover=coverage.xml -v --json_path coveralls_upload.json --exclude-no-stmt
php vendor/bin/php-coveralls --coverage_clover=coverage.xml -v --json_path coveralls_upload.json --exclude-no-stmt
# There are no behat tests
# - name: Behat features
Expand Down

0 comments on commit 522a16b

Please sign in to comment.