From 0b6786e815ff45c86f0eee342ae956cf104baaa6 Mon Sep 17 00:00:00 2001 From: Christian Beer Date: Wed, 17 Feb 2021 21:28:21 +0100 Subject: [PATCH] [CI] Android: checkout two commits for codecov to work --- .github/workflows/android.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index a0f79399d4..a44b615deb 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -17,6 +17,8 @@ jobs: fail-fast: false steps: - uses: actions/checkout@v2 + with: + fetch-depth: 2 - name: Set up JDK 1.9 uses: actions/setup-java@v1