diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index a86d04b..1f1e2ab 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -26,7 +26,7 @@ jobs: run: ./gradlew build - name: Generate Code-Coverage report - run: ./gradlew jacoco + run: ./gradlew createDebugUnitTestCoverageReport - name: Push Code-Coverage Report to codecov.io env: diff --git a/README.md b/README.md index 75ad4d2..4f8eaa6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains Rick and Morty Android application which I am using as training material. -![Screenshot](SCREENSHOT1.png) ![Screenshot](SCREENSHOT2.png) +Screenshot Screenshot Screenshot ## User Stories @@ -76,7 +76,7 @@ Code is covered by unit tests implemented using **Mockito** and **Kluent**. Also ## License -Copyright 2020 Mohsen Mirhoseini Argi +Copyright 2020 Mohsen Mirhoseini Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4de291e..b2d76c5 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -26,6 +26,11 @@ android { } buildTypes { + debug { + isMinifyEnabled = false + enableUnitTestCoverage = true + } + release { isMinifyEnabled = false proguardFiles(