mirror of
https://github.com/code-rhapsodie/dataflow-bundle.git
synced 2026-03-24 06:42:23 +01:00
[PR #1] [MERGED] Travis and coveralls setup #24
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/code-rhapsodie/dataflow-bundle/pull/1
Author: @alafon
Created: 10/10/2019
Status: ✅ Merged
Merged: 10/10/2019
Merged by: @alafon
Base:
master← Head:travis-setup📝 Commits (10+)
9895ac0Initial Travis setup447afdaDowngraded to phpunit 7 because phpunit 8 does not support php 7.1125e7e3Fixed multiple constraint error message issuee3ba0b8Add travis status image in Readme.md9dd9487phpcsfixer required in dev & first fix runeddd055Add coveralls supportd61fab7Fixed composer.json to authorize phpunit87ad364aAdd phpunit flags5085abcAdd coverage image in README.md5a57b43Allowed symfony/* dep to 4.0 in composer.json📊 Changes
11 files changed (+149 additions, -24 deletions)
View changed files
➕
.coveralls.yml(+3 -0)➕
.travis.yml(+111 -0)📝
README.md(+4 -0)📝
Tests/Validator/Constraints/FrequencyValidatorTest.php(+2 -2)📝
composer.json(+16 -7)📝
phpunit.xml(+1 -1)📝
src/DataflowType/Dataflow/Dataflow.php(+1 -1)📝
src/Entity/Job.php(+4 -4)📝
src/Entity/ScheduledDataflow.php(+4 -4)📝
src/Validator/Constraints/Frequency.php(+1 -3)📝
src/Validator/Constraints/FrequencyValidator.php(+2 -2)📄 Description
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.