Conversation
|
Github Action cannot create comment in PR, probably because default token permissions are restricted to read-only: syncmaster/.github/workflows/tests.yml Lines 18 to 19 in 31baf09 We should add additional permissions to permissions:
contents: write
checks: write
pull-requests: writeAlso, we should pass following options to action to properly report coverage change: with:
default-branch: develop
xml-skip-covered: trueAnd it would be nice to have a README badge showing |
|
Let's address the badge comment above, and remove all Codecov-related files from repo |
|
There is also a https://github.com/MobileTeleSystems/syncmaster/blob/develop/codecov.yml left, let's remove it, and implement coverage percent check as CI job step. |
Change Summary
Related issue number
Checklist
docs/changelog/next_release/<pull request or issue id>.<change type>.rstfile added describing change(see CONTRIBUTING.rst for details.)