Skip to content
This repository was archived by the owner on May 11, 2021. It is now read-only.

Normalize Unit Testing workflow across repos #190

Merged
merged 22 commits into from
Apr 28, 2020

Conversation

mvorisek
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Apr 23, 2020

Codecov Report

Merging #190 into develop will increase coverage by 0.24%.
The diff coverage is 79.56%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #190      +/-   ##
=============================================
+ Coverage      84.63%   84.88%   +0.24%     
- Complexity       396      407      +11     
=============================================
  Files             15       15              
  Lines            963      959       -4     
=============================================
- Hits             815      814       -1     
+ Misses           148      145       -3     
Impacted Files Coverage Δ Complexity Δ
src/Connection_Dumper.php 57.14% <ø> (ø) 6.00 <0.00> (ø)
src/Connection_Oracle.php 0.00% <ø> (ø) 4.00 <0.00> (ø)
src/Connection_PgSQL.php 0.00% <ø> (ø) 2.00 <0.00> (ø)
src/Connection_Proxy.php 100.00% <ø> (ø) 7.00 <0.00> (ø)
src/Query_MySQL.php 100.00% <ø> (ø) 1.00 <0.00> (ø)
src/Query_Oracle.php 100.00% <ø> (ø) 4.00 <0.00> (ø)
src/Query_Oracle12c.php 100.00% <ø> (ø) 4.00 <0.00> (ø)
src/Query_Oracle_Abstract.php 28.57% <ø> (ø) 3.00 <0.00> (ø)
src/Query_PgSQL.php 57.14% <ø> (ø) 3.00 <0.00> (ø)
src/Query_SQLite.php 100.00% <ø> (ø) 1.00 <0.00> (ø)
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8f3df53...4aa94fe. Read the comment docs.

@mvorisek mvorisek force-pushed the improve_unit_workflow branch 2 times, most recently from 22e4b5c to 1ef1200 Compare April 24, 2020 08:49
@mvorisek mvorisek marked this pull request as ready for review April 24, 2020 08:56
@mvorisek mvorisek marked this pull request as draft April 25, 2020 23:31
@mvorisek mvorisek requested a review from DarkSide666 April 25, 2020 23:31
@mvorisek mvorisek force-pushed the improve_unit_workflow branch 10 times, most recently from d151cbf to ee43d74 Compare April 28, 2020 00:12
@mvorisek mvorisek force-pushed the improve_unit_workflow branch 9 times, most recently from 9dff7a7 to 7736480 Compare April 28, 2020 18:37
@mvorisek mvorisek force-pushed the improve_unit_workflow branch 3 times, most recently from b3c2413 to a60704c Compare April 28, 2020 18:44
@mvorisek mvorisek force-pushed the improve_unit_workflow branch from a60704c to 4aa94fe Compare April 28, 2020 18:50
@mvorisek mvorisek marked this pull request as ready for review April 28, 2020 18:54
Copy link
Member

@DarkSide666 DarkSide666 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@DarkSide666 DarkSide666 merged commit 7f6ff3d into develop Apr 28, 2020
@DarkSide666 DarkSide666 deleted the improve_unit_workflow branch April 28, 2020 19:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants