Skip to content

Commit e099a4c

Browse files
author
Masiukevich Maksim
committed
update ci
1 parent a5186f7 commit e099a4c

File tree

6 files changed

+16
-5353
lines changed

6 files changed

+16
-5353
lines changed
File renamed without changes.

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -91,35 +91,9 @@ jobs:
9191
run: composer update --no-ansi --no-interaction --no-progress --prefer-lowest
9292

9393
- name: Run tests with phpunit
94-
run: XDEBUG_MODE=coverage php ./vendor/bin/phpunit --configuration ./phpunit.xml --coverage-clover=coverage.clover
94+
run: XDEBUG_MODE=coverage php ./vendor/bin/phpunit --configuration ./phpunit.xml --coverage-clover=coverage.xml
9595

96-
- name: Upload coverage file
97-
uses: actions/upload-artifact@v2
96+
- name: Send code coverage report to Codecov.io
97+
uses: codecov/codecov-action@v1
9898
with:
99-
name: phpunit.coverage
100-
path: coverage.clover
101-
102-
upload_coverage:
103-
name: Upload coverage
104-
runs-on: ubuntu-latest
105-
needs: phpunit
106-
steps:
107-
- name: Checkout
108-
uses: actions/checkout@v2
109-
110-
- name: Install PHP
111-
uses: shivammathur/setup-php@v2
112-
with:
113-
php-version: 7.4
114-
coverage: none
115-
tools: composer
116-
117-
- name: Download coverage files
118-
uses: actions/download-artifact@v2
119-
with:
120-
path: reports
121-
122-
- name: Send code coverage report to Scrutinizer
123-
run: |
124-
wget https://scrutinizer-ci.com/ocular.phar
125-
php ocular.phar code-coverage:upload --format=php-clover ./reports/phpunit.coverage/coverage.clover
99+
token: ${{ secrets.CODECOV_TOKEN }}

.scrutinizer.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
## What is it?
22

3+
[![Packagist](https://img.shields.io/packagist/v/php-service-bus/message-serializer.svg)](https://packagist.org/packages/php-service-bus/message-serializer)
4+
[![Packagist](https://img.shields.io/packagist/dt/php-service-bus/message-serializer.svg)](https://packagist.org/packages/php-service-bus/message-serializer)
35
![Continuous Integration](https://github.com/php-service-bus/message-serializer/workflows/Continuous%20Integration/badge.svg)
6+
[![codecov](https://codecov.io/gh/php-service-bus/message-serializer/branch/v4.2/graph/badge.svg?token=0bKwdiuo0S)](https://codecov.io/gh/php-service-bus/message-serializer)
47
[![Shepherd](https://shepherd.dev/github/php-service-bus/message-serializer/coverage.svg)](https://shepherd.dev/github/php-service-bus/message-serializer)
5-
[![Code Coverage](https://scrutinizer-ci.com/g/php-service-bus/message-serializer/badges/coverage.png?b=v4.2)](https://scrutinizer-ci.com/g/php-service-bus/message-serializer/?branch=v4.2)
6-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/php-service-bus/message-serializer/badges/quality-score.png?b=v4.2)](https://scrutinizer-ci.com/g/php-service-bus/message-serializer/?branch=v4.2)
78

8-
This component is part of the [PHP Service Bus](https://github.com/php-service-bus/service-bus). Messages serialization implementation
9+
This component is part of the [PHP Service Bus](https://github.com/php-service-bus/service-bus): contains common interfaces for implementing in the service bus.
910

10-
## Support
11+
## Contributing
12+
Contributions are welcome! Please read [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
13+
14+
## Communication Channels
15+
You can find help and discussion in the following places:
1116
* [Telegram chat (RU)](https://t.me/php_service_bus)
1217
* Create issue [https://github.com/php-service-bus/service-bus/issues](https://github.com/php-service-bus/service-bus/issues)
1318

14-
## Contacts
15-
* [`dev@async-php.com`](mailto:dev@async-php.com)
16-
17-
## Security
18-
19-
If you discover any security related issues, please email [`dev@async-php.com`](mailto:dev@async-php.com) instead of using the issue tracker.
20-
2119
## License
2220

23-
The MIT License (MIT). Please see [LICENSE](LICENSE) for more information.
21+
The MIT License (MIT). Please see [LICENSE](LICENSE.md) for more information.
22+

0 commit comments

Comments
 (0)