An open API service indexing awesome lists of open source software.

https://github.com/tomkyle/test-ci-configs

Package to trying CI configurations
https://github.com/tomkyle/test-ci-configs

Last synced: 12 months ago
JSON representation

Package to trying CI configurations

Awesome Lists containing this project

README

          

Testing CI config

Trying to improve development practices that have, well, aged.

## CI Links

### Travis CI

https://travis-ci.com/github/tomkyle/test-ci-configs
[![Build Status](https://img.shields.io/travis/com/tomkyle/test-ci-configs.svg?label=Travis%20CI)](https://travis-ci.org/tomkyle/test-ci-configs)

### Scrutinizer

https://scrutinizer-ci.com/g/tomkyle/test-ci-configs/inspections
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/tomkyle/test-ci-configs/badges/quality-score.png)](https://scrutinizer-ci.com/g/tomkyle/test-ci-configs/)
[![Code Coverage](https://scrutinizer-ci.com/g/tomkyle/test-ci-configs/badges/coverage.png)](https://scrutinizer-ci.com/g/tomkyle/test-ci-configs/)
[![Build Status](https://scrutinizer-ci.com/g/tomkyle/test-ci-configs/badges/build.png)](https://scrutinizer-ci.com/g/tomkyle/test-ci-configs/)

### Coveralls

https://coveralls.io/github/tomkyle/test-ci-configs

## Unit tests and development

1. Copy `phpunit.xml.dist` to `phpunit.xml`
2. Run [PhpUnit](https://phpunit.de/) like this:

```bash
$ composer test
# or
$ vendor/bin/phpunit
```