An open API service indexing awesome lists of open source software.

https://github.com/beokbeok/randomuser

Android JUnit5, CI and CD study with MVVM
https://github.com/beokbeok/randomuser

android-test circleci codecov github-actions-ci jacoco junit5 ktlint mockk mvvm-unittesting slack-api

Last synced: 16 days ago
JSON representation

Android JUnit5, CI and CD study with MVVM

Awesome Lists containing this project

README

          

![CI](https://github.com/BeokBeok/RandomUser/workflows/CI/badge.svg?branch=main)
[![codecov](https://codecov.io/gh/BeokBeok/RandomUser/branch/main/graph/badge.svg)](https://codecov.io/gh/BeokBeok/RandomUser)

# RandomUser
- 테스트코드 학습을 위해, 유저 정보를 랜덤으로 불러와서 화면에 보여줍니다.

# 적용된 테스트 코드
- Entity Test
- DataSource Test
- Room Migration Test
- Repository Test
- ViewModel Test

# CI (Github Action, CircleCI)
- Build Project
- Run JaCoCo
- Upload CodeCov

# CD
- Upload artifact
- Deploy slack channel

# GitHook
- ktlint