diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a732a3e..9719aae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Android CI +name: Test env: cache-name: android-gradle diff --git a/README.md b/README.md index a0d8f77..8b05696 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TestIt -[![Build Status](https://img.shields.io/travis/EranBoudjnah/TestIt)](https://travis-ci.com/EranBoudjnah/TestIt) +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/EranBoudjnah/TestIt/test.yml) [![License](https://img.shields.io/github/license/EranBoudjnah/Solid)](https://github.com/EranBoudjnah/TestIt/blob/master/LICENSE) While [TDD](https://en.wikipedia.org/wiki/Test-driven_development) is a better approach for development, many projects don't practice it and end up with low test coverage.