Skip to content

Added QueryMessageFlags client method#125

Merged
ferhatelmas merged 5 commits intomasterfrom
flagged-messages-endpoint
May 21, 2021
Merged

Added QueryMessageFlags client method#125
ferhatelmas merged 5 commits intomasterfrom
flagged-messages-endpoint

Conversation

@gumuz
Copy link
Copy Markdown
Contributor

@gumuz gumuz commented May 21, 2021

No description provided.

Comment thread message.go
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 21, 2021

Codecov Report

Merging #125 (7afe2f8) into master (4f35ed0) will increase coverage by 0.87%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #125      +/-   ##
==========================================
+ Coverage   55.14%   56.02%   +0.87%     
==========================================
  Files          14       14              
  Lines         903      921      +18     
==========================================
+ Hits          498      516      +18     
+ Misses        318      313       -5     
- Partials       87       92       +5     
Impacted Files Coverage Δ
message.go 39.83% <33.33%> (+5.00%) ⬆️
query.go 83.05% <83.33%> (+0.07%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4f35ed0...7afe2f8. Read the comment docs.

Comment thread channel_type_test.go
ct, err := c.CreateChannelType(ct)
require.NoError(t, err, "create channel type")

time.Sleep(6 * time.Second)
Copy link
Copy Markdown
Contributor Author

@gumuz gumuz May 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe there was a latency/timing issue here, where the new ChannelType wasn't directly available to the test that created them, which resulted in a flaky test

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

possible

@gumuz gumuz requested review from ferhatelmas and yaziine May 21, 2021 09:21
Comment thread .gitignore
.envrc

# vendored dependencies and binaries
vendor/ No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is actually need since we don't vendor but having doesn't hurt

Copy link
Copy Markdown
Contributor

@ferhatelmas ferhatelmas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ferhatelmas ferhatelmas merged commit 30afac8 into master May 21, 2021
@ferhatelmas ferhatelmas deleted the flagged-messages-endpoint branch May 21, 2021 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants