fix: temporarily disable code coverage in showcase_unit tests#925
fix: temporarily disable code coverage in showcase_unit tests#925software-dov merged 6 commits intogoogleapis:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #925 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 26 27 +1
Lines 1608 1703 +95
Branches 328 347 +19
=========================================
+ Hits 1608 1703 +95
Continue to review full report at Codecov.
|
Also updates version of showcase used
.github/workflows/tests.yaml
Outdated
| ./gapic-showcase run & | ||
| cd - | ||
| env: | ||
| SHOWCASE_VERSION: 0.11.0 |
There was a problem hiding this comment.
Should this be 0.16.0 too? Below as well.
Or I can do it when I rebase the pending #918
There was a problem hiding this comment.
This is a deliberate attempted rollback to see if bumping the showcase version solved anything.
Also updates version of showcase used