diff --git a/.github/workflows/pull-request-build.yml b/.github/workflows/pull-request-build.yml index 62a1c91..cbd1c14 100644 --- a/.github/workflows/pull-request-build.yml +++ b/.github/workflows/pull-request-build.yml @@ -37,4 +37,8 @@ jobs: run: ./gradlew test - name: Run debug Build - run: ./gradlew assembleDebug \ No newline at end of file + run: ./gradlew assembleDebug + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file