dyweb / gitlab-android

Unofficial GitLab Android client. Support self hosted GitLab and Push notifications
Apache License 2.0
10 stars 2 forks source link

Code quality check service #10

Open at15 opened 8 years ago

at15 commented 8 years ago

I didn't find code quality check service for android, but I knew some for java

You can setup one using travis, as for the code coverage, I guess there are tools listed in #3

Besides, Android has command line tools for lint, you can run it in travis

you can know more about travis here https://travis-ci.org/ and remember to add the badges in README, like this one https://github.com/at15/forum-search

at15 commented 8 years ago

@gaocegege do you know other services for code quality and coverage that have java/android support? thx