StanfordSpezi / SpeziKt

Kotlin & Android Version of the Stanford Spezi Framework
http://spezi.health/SpeziKt/
MIT License
7 stars 1 forks source link

Include Codecov Reporting #10

Closed Basler182 closed 1 month ago

Basler182 commented 1 month ago

Problem

Our current setup lacks integration for Codecov reporting. This is essential for maintaining code quality.

Solution

Implement GitHub Actions workflows for Codecov reporting, REUSE specification, and Markdown link checking, similar to our setup in the Swift counterpart: Spezi pull_request.yml.

Additional context

The CODECOV_TOKEN has already been added to the GitHub Actions secrets for this repository.

Code of Conduct