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
* ci: replace codecov with sonarcloud
* simplify for now repo analysis step by not considering coverage by e2e tests
* Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Copy file name to clipboardexpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,4 +43,4 @@ write a little note why.
43
43
-[ ] Provide a [conventional commit message](https://github.com/cosmos/ibc-go/blob/main/docs/dev/pull-requests.md#commit-messages) to follow the repository standards.
44
44
-[ ] Include a descriptive changelog entry when appropriate. This may be left to the discretion of the PR reviewers. (e.g. chores should be omitted from changelog)
45
45
-[ ] Re-reviewed `Files changed` in the GitHub PR explorer.
46
-
-[ ] Review `Codecov Report` in the comment section below once CI passes.
46
+
-[ ] Review `SonarCloud Report` in the comment section below once CI passes.
Copy file name to clipboardexpand all lines: docs/dev/development-setup.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ When testing a function under a variety of different inputs, we prefer to use [t
52
52
53
53
All unit tests should use the testing package. Please see the testing package [README](../../testing/README.md) for more information.
54
54
55
-
Test coverage is continuously deployed at [codecov](https://app.codecov.io/github/cosmos/ibc-go). PRs that improve test coverage are welcome, but in general the test coverage should be used as a guidance for finding API use cases that are not covered by tests. We don't recommend adding tests that only improve coverage but not actually test a meaning use case.
55
+
Test coverage is continuously deployed at [SonarCloud](https://sonarcloud.io/project/overview?id=cosmos_ibc-go). PRs that improve test coverage are welcome, but in general the test coverage should be used as a guidance for finding API use cases that are not covered by tests. We don't recommend adding tests that only improve coverage but not actually test a meaning use case.
0 commit comments