Skip to content

Commit

Permalink
Merge branch 'woohoolabs:master' into psr-18
Browse files Browse the repository at this point in the history
  • Loading branch information
holtkamp authored Aug 8, 2023
2 parents 0a4b834 + 8d48ee7 commit 7c78944
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ trim_trailing_whitespace = true

[Makefile]
indent_style = tab

[*.yml]
indent_size = 2
7 changes: 2 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,10 @@ jobs:
${{ runner.os }}-composer-
- name: "Install dependencies with composer"
run: php $(which composer) install --no-interaction --no-progress --no-plugins

- name: "Dump Xdebug filter with phpunit/phpunit"
run: php vendor/bin/phpunit --dump-xdebug-filter=.build/phpunit/xdebug-filter.php
run: composer install --no-interaction --no-progress --no-plugins

- name: "Collect code coverage with Xdebug and phpunit/phpunit"
run: php vendor/bin/phpunit --coverage-clover=build/logs/clover.xml --prepend=.build/phpunit/xdebug-filter.php
run: vendor/bin/phpunit --coverage-clover=build/logs/clover.xml

- name: "Download code coverage uploader for Codecov.io"
run: curl -s https://codecov.io/bash -o codecov
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Woohoo Labs.
Copyright (c) 2021 Woohoo Labs.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 7c78944

Please sign in to comment.