diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d539fd8..799ba14 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,3 +29,8 @@ jobs: - name: Unit tests run: bash ./gradlew test --stacktrace + + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }}