-
-
Notifications
You must be signed in to change notification settings - Fork 578
Move basic workflow integration test from Dockerfile to go #1247
Conversation
* Handle the flags for build in a way allowing the tests to work. * Fix a typo in build cmd log output.
99c9cec
to
6990813
Compare
Codecov Report
@@ Coverage Diff @@
## development #1247 +/- ##
===============================================
+ Coverage 53.91% 54.26% +0.35%
===============================================
Files 75 75
Lines 3437 3490 +53
===============================================
+ Hits 1853 1894 +41
+ Misses 1486 1482 -4
- Partials 98 114 +16
Continue to review full report at Codecov.
|
…uffalo/buffalo into task/integration-test-basic-workflow
Codecov Report
@@ Coverage Diff @@
## development #1247 +/- ##
===============================================
+ Coverage 53.85% 54.26% +0.41%
===============================================
Files 75 75
Lines 3452 3490 +38
===============================================
+ Hits 1859 1894 +35
+ Misses 1492 1482 -10
- Partials 101 114 +13
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## development #1247 +/- ##
===============================================
+ Coverage 53.83% 54.11% +0.27%
===============================================
Files 75 75
Lines 3453 3511 +58
===============================================
+ Hits 1859 1900 +41
- Misses 1493 1494 +1
- Partials 101 117 +16
Continue to review full report at Codecov.
|
Make sure we don't break anything before merging #1252