bmattoso / gracker

Gracker is designed to enhance your board game experience by helping you keep track of your game collection, manage casual players, and record match details in one convenient place.
MIT License
2 stars 0 forks source link

Static code analysis #14

Closed bmattoso closed 3 months ago

bmattoso commented 3 months ago

Add some tools to ensure kotlin code style.

Referenced issue: #10

github-advanced-security[bot] commented 3 months ago

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 11 lines in your changes are missing coverage. Please review.

Project coverage is 0.00%. Comparing base (14aca6d) to head (71b71cc). Report is 5 commits behind head on main.

Files Patch % Lines
app/src/main/java/br/com/gracker/ui/theme/Type.kt 0.00% 8 Missing :warning:
app/src/main/java/br/com/gracker/ui/theme/Theme.kt 0.00% 2 Missing :warning:
app/src/main/java/br/com/gracker/ui/theme/Color.kt 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #14 +/- ## ===================================== Coverage 0.00% 0.00% ===================================== Files 3 3 Lines 21 22 +1 ===================================== - Misses 21 22 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.