Skip to content

Commit

Permalink
Add codecov (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigoriym authored Jan 15, 2024
1 parent c20c6c3 commit cef1ce1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/code_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ jobs:
run: chmod +x ./gradlew

- name: Run Detekt
run: ./gradlew detekt
run: ./gradlew detekt

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import kotlin.test.assertEquals
private const val NAME = "test_name"
private const val URI =
"content://media/picker/0/com.android.providers.media.photopicker/media/1001"
private const val MIME_TYPE = "image/png"
private const val FILES_DIR = "/data/user/0/com.grappim.hateitorrateit/utils/test"
private const val FOLDER_NAME = "data/products/test"

Expand Down

0 comments on commit cef1ce1

Please sign in to comment.