-
Notifications
You must be signed in to change notification settings - Fork 393
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
Fix #288 - Added importers for SCIM resource #290
Conversation
And updated documentation for all resources, making it more clear to end user.
Hey @nfx, TravisBuddy Request Identifier: f44e5640-ec43-11ea-831e-55c1b07d6d51 |
Codecov Report
@@ Coverage Diff @@
## master #290 +/- ##
==========================================
- Coverage 64.18% 64.13% -0.06%
==========================================
Files 55 55
Lines 6724 6730 +6
==========================================
Hits 4316 4316
- Misses 2038 2044 +6
Partials 370 370
|
Travis tests have failedHey @nfx, 1st Buildcurl -sSL "https://github.com/gotestyourself/gotestsum/releases/download/v0.4.2/gotestsum_0.4.2_linux_amd64.tar.gz" | sudo tar -xz -C /usr/local/bin gotestsum
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.25.0
time make lint
2nd Buildcurl -sSL "https://github.com/gotestyourself/gotestsum/releases/download/v0.4.2/gotestsum_0.4.2_linux_amd64.tar.gz" | sudo tar -xz -C /usr/local/bin gotestsum
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.25.0
time make lint
TravisBuddy Request Identifier: 0e8caf20-ed57-11ea-b6ba-27fe84eba218 |
Travis tests have failedHey @nfx, 2nd Buildcurl -sSL "https://github.com/gotestyourself/gotestsum/releases/download/v0.4.2/gotestsum_0.4.2_linux_amd64.tar.gz" | sudo tar -xz -C /usr/local/bin gotestsum
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.25.0
time make lint
TravisBuddy Request Identifier: 2169af50-ee9a-11ea-9705-b7c481b3600a |
Hey @nfx, TravisBuddy Request Identifier: 4ad263f0-f1dd-11ea-ba41-b1d3a642fad8 |
And updated documentation for all resources, making it more clear to end user.