[PR #1] [MERGED] Travis and coveralls setup #24

Closed
opened 2026-01-23 11:21:50 +01:00 by admin · 0 comments
Owner

📋 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: masterHead: travis-setup


📝 Commits (10+)

  • 9895ac0 Initial Travis setup
  • 447afda Downgraded to phpunit 7 because phpunit 8 does not support php 7.1
  • 125e7e3 Fixed multiple constraint error message issue
  • e3ba0b8 Add travis status image in Readme.md
  • 9dd9487 phpcsfixer required in dev & first fix run
  • eddd055 Add coveralls support
  • d61fab7 Fixed composer.json to authorize phpunit8
  • 7ad364a Add phpunit flags
  • 5085abc Add coverage image in README.md
  • 5a57b43 Allowed 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:

  • j'ai du downgrade phpunit en v7 car pas supporté par PHP 7.1
  • j'ai du modifier le test sur la contraint de validation de Frequency car ne passait qu'en PHP 7.3

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/code-rhapsodie/dataflow-bundle/pull/1 **Author:** [@alafon](https://github.com/alafon) **Created:** 10/10/2019 **Status:** ✅ Merged **Merged:** 10/10/2019 **Merged by:** [@alafon](https://github.com/alafon) **Base:** `master` ← **Head:** `travis-setup` --- ### 📝 Commits (10+) - [`9895ac0`](https://github.com/code-rhapsodie/dataflow-bundle/commit/9895ac07062d76b2fb46efa74db8fb766e95b63b) Initial Travis setup - [`447afda`](https://github.com/code-rhapsodie/dataflow-bundle/commit/447afda7d203cf85af648b39104436d00a156469) Downgraded to phpunit 7 because phpunit 8 does not support php 7.1 - [`125e7e3`](https://github.com/code-rhapsodie/dataflow-bundle/commit/125e7e37b0c161170e4326417471a919d4c7da03) Fixed multiple constraint error message issue - [`e3ba0b8`](https://github.com/code-rhapsodie/dataflow-bundle/commit/e3ba0b88204f7ab571742d4b50f2ffde77c4b4db) Add travis status image in Readme.md - [`9dd9487`](https://github.com/code-rhapsodie/dataflow-bundle/commit/9dd9487577d11d552e9226fcae4c91ce95c938bd) phpcsfixer required in dev & first fix run - [`eddd055`](https://github.com/code-rhapsodie/dataflow-bundle/commit/eddd0557fab97440545a56285bd373e99932dc31) Add coveralls support - [`d61fab7`](https://github.com/code-rhapsodie/dataflow-bundle/commit/d61fab78bd531bd9e4a378869f93cf8ecd394dbf) Fixed composer.json to authorize phpunit8 - [`7ad364a`](https://github.com/code-rhapsodie/dataflow-bundle/commit/7ad364aa6307719b3004eafd86470c7b8339a810) Add phpunit flags - [`5085abc`](https://github.com/code-rhapsodie/dataflow-bundle/commit/5085abc191de10ed3b5771fbc3c1ed37195228a3) Add coverage image in README.md - [`5a57b43`](https://github.com/code-rhapsodie/dataflow-bundle/commit/5a57b43aa453591467eaf82b88eeedbd4ca47810) Allowed symfony/* dep to 4.0 in composer.json ### 📊 Changes **11 files changed** (+149 additions, -24 deletions) <details> <summary>View changed files</summary> ➕ `.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) </details> ### 📄 Description Notes: - j'ai du downgrade phpunit en v7 car pas supporté par PHP 7.1 - j'ai du modifier le test sur la contraint de validation de Frequency car ne passait qu'en PHP 7.3 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-23 11:21:50 +01:00
admin closed this issue 2026-01-23 11:21:50 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: code-rhapsodie/dataflow-bundle#24