-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more "teams" endpoints. #192
base: master
Are you sure you want to change the base?
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #192 +/- ##
==========================================
- Coverage 97.70% 96.56% -1.15%
==========================================
Files 39 39
Lines 1614 1776 +162
Branches 110 135 +25
==========================================
+ Hits 1577 1715 +138
- Misses 30 46 +16
- Partials 7 15 +8 ☔ View full report in Codecov by Sentry. |
Hi @fangebee 👋 |
Any chance to have this merged in soon? Would be very helpful for a project im working on, thanks! |
This PR is not ready for merging yet. I don't know if @fangebee plans to continue working on it. |
I just found how to have docker + pytest working. I'll try to finish this before sunday. |
looks like the setup action does not work correctly with the latest ubuntu runner. See actions/setup-python#543 for more information.
Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/isbang/compose-action/releases) - [Commits](hoverkraft-tech/compose-action@v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: isbang/compose-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
ab45033
to
57242f2
Compare
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
Hi, I finally wrote the missing tests and fixed some issues detected by deepsource. SonarCloud complains about code duplication, but I think it's ok to duplicate code in automated tests. Correct me if I'm wrong. |
OK, I found the place to view CodeCov reports: https://app.codecov.io/gh/jadolg/rocketchat_API/pull/192 |
Hi, I've implemented the following missing function for managing Rocketchat Teams, I thought I would share this work, even if some endpoints are still missing.