-
Notifications
You must be signed in to change notification settings - Fork 31
Create system test case for text to speech API #5
Conversation
Upload system test case for text to speech API v1
Upload system test case for text to speech API v1beta1
Code Format
Code Format
chingor13
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you move these tests into an it folder, change the package to include it and rename the files/classes to ITSystemTest?
We have common config across our projects that use this convention to limit which tests we run and when.
...loud-texttospeech/src/test/java/com/google/cloud/texttospeech/v1/TextToSpeechSystemTest.java
Outdated
Show resolved
Hide resolved
...texttospeech/src/test/java/com/google/cloud/texttospeech/v1beta1/TextToSpeechSystemTest.java
Outdated
Show resolved
Hide resolved
…cloud/texttospeech/v1/TextToSpeechSystemTest.java to google-cloud-texttospeech/src/test/java/com/google/cloud/texttospeech/v1/it/ITSystemTest.java ITSystemTest
…cloud/texttospeech/v1beta1/TextToSpeechSystemTest.java to google-cloud-texttospeech/src/test/java/com/google/cloud/texttospeech/v1beta1/it/ITSystemTest.java ITSystemTest
Codecov Report
@@ Coverage Diff @@
## master #5 +/- ##
========================================
Coverage 66.2% 66.2%
Complexity 72 72
========================================
Files 12 12
Lines 432 432
Branches 2 2
========================================
Hits 286 286
Misses 144 144
Partials 2 2Continue to review full report at Codecov.
|
|
Codecov can't possibly be correct about test coverage dropping - ignore that "failure". |
chingor13
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Upload system test case for text to speech API(both v1 and v1beta1).