You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
asf sonarcloud token is not usable on forked repo PRs, meaning it's not feasible to report coverage in PRs which come from fork almost all the time
community maintained tool cargo-sonar does not support coverage reporting either. The supported tools like clippy, audit, etc should be enforced on PRs, instead of post-reporting from main branch. Hence cargo-sonar not a choice here.
2 possible solutions
ask for asf assistance in adding codecov token in GH secret - adopting codecov solves the problem
mitigation: without reporting service, comment plain text as PR comment for coverage reporting
Update 2024-05-09
Got codecov token available and this is fixed in #20
Update 2024-05-06
Sonar cloud does not support
clippy
,audit
, etc should be enforced on PRs, instead of post-reporting from main branch. Hence cargo-sonar not a choice here.2 possible solutions
Update 2024-05-05
See description in #17 (comment)
The text was updated successfully, but these errors were encountered: