Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.28 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.28 KB

gRPC Java

build master branch Coverage lint protocol buffers Udemy

COUPON: START_MAR

Notes

  • The code you see in this repository might be little different from what you saw in the course videos, this is due to the fact that:

    • I'm testing the code
    • I or a student noticed an error/bug/deprecation after recording
    • Dependencies are evolving faster than I can rerecord

    I do the maximum to keep the main features and the code syntax similar by keeping the edits trivial. However if you do get in a situation where you feel lost, leave an issue on the repository

  • The coverage shown in the badges section only counts the classes that need testing, such as:

    • greeting/server/GreetingServiceImpl
    • calculator/server/CalculatorServiceImpl
    • blog/server/BlogServiceImpl
    • blog/client/BlogClient

    For more information, please check the jacocoTestReport task in build.gradle