From 339bdb0d6329d1fe14506fae2a8d8c1db4c40644 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Wed, 20 Jan 2021 16:23:08 -0600 Subject: [PATCH] Fix tests.yml --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a6899163d..0a4726c00 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,6 +19,7 @@ jobs: script: ./gradlew -Pcoverage :app:jacocoTestReportGoogleplayDebug :app:createGoogleplayDebugAndroidTestCoverageReport - name: upload coverage uses: codecov/codecov-action@v1 + with: directory: ./app/build fail_ci_if_error: true - verbose: true \ No newline at end of file + verbose: true