propelorm / Propel2

Propel2 is an open-source high-performance Object-Relational Mapping (ORM) for modern PHP
http://propelorm.org/
MIT License
1.26k stars 393 forks source link

Tests: Speedup local execution #2002

Closed mringler closed 1 week ago

mringler commented 2 months ago

see https://github.com/mringler/Propel2/pull/6

Also fixes a bug in tests/bin/setup.pgsql.sh, which should fix one of the errors in #1995

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.24%. Comparing base (3417fea) to head (ef6e175). Report is 2 commits behind head on master.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2002 +/- ## ============================================ - Coverage 89.25% 89.24% -0.01% Complexity 8065 8065 ============================================ Files 232 232 Lines 24550 24550 ============================================ - Hits 21911 21910 -1 - Misses 2639 2640 +1 ``` | [Flag](https://app.codecov.io/gh/propelorm/Propel2/pull/2002/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=propelorm) | Coverage Δ | | |---|---|---| | [5-max](https://app.codecov.io/gh/propelorm/Propel2/pull/2002/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=propelorm) | `89.24% <ø> (-0.01%)` | :arrow_down: | | [7.4](https://app.codecov.io/gh/propelorm/Propel2/pull/2002/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=propelorm) | `89.24% <ø> (-0.01%)` | :arrow_down: | | [agnostic](https://app.codecov.io/gh/propelorm/Propel2/pull/2002/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=propelorm) | `68.56% <ø> (+<0.01%)` | :arrow_up: | | [mysql](https://app.codecov.io/gh/propelorm/Propel2/pull/2002/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=propelorm) | `69.67% <ø> (-0.14%)` | :arrow_down: | | [pgsql](https://app.codecov.io/gh/propelorm/Propel2/pull/2002/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=propelorm) | `69.73% <ø> (-0.12%)` | :arrow_down: | | [sqlite](https://app.codecov.io/gh/propelorm/Propel2/pull/2002/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=propelorm) | `67.65% <ø> (-0.14%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=propelorm#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.