Skip to content
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

rm go.sum; go mod tidy #419

Merged
merged 1 commit into from
Jul 9, 2020
Merged

Conversation

bogdandrutu
Copy link
Member

No description provided.

Signed-off-by: Bogdan Drutu <[email protected]>
@bogdandrutu bogdandrutu requested a review from a team as a code owner July 8, 2020 22:23
@project-bot project-bot bot added this to In progress in Collector Jul 8, 2020
@codecov
Copy link

codecov bot commented Jul 8, 2020

Codecov Report

Merging #419 into master will increase coverage by 0.20%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #419      +/-   ##
==========================================
+ Coverage   83.76%   83.97%   +0.20%     
==========================================
  Files         176      177       +1     
  Lines        9365     9449      +84     
==========================================
+ Hits         7845     7935      +90     
+ Misses       1208     1192      -16     
- Partials      312      322      +10     
Flag Coverage Δ
#integration 62.84% <ø> (?)
#unit 83.76% <ø> (ø)
Impacted Files Coverage Δ
internal/common/testing/container/container.go 73.80% <0.00%> (ø)
receiver/redisreceiver/factory.go 40.00% <0.00%> (+40.00%) ⬆️
receiver/redisreceiver/receiver.go 89.47% <0.00%> (+89.47%) ⬆️
receiver/redisreceiver/client.go 100.00% <0.00%> (+100.00%) ⬆️

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 52e6596...340792e. Read the comment docs.

Collector automation moved this from In progress to Reviewer approved Jul 9, 2020
@bogdandrutu bogdandrutu merged commit 15e709d into open-telemetry:master Jul 9, 2020
Collector automation moved this from Reviewer approved to Done Jul 9, 2020
@bogdandrutu bogdandrutu deleted the gosumrmtidy branch July 9, 2020 02:44
wyTrivail referenced this pull request in mxiamxia/opentelemetry-collector-contrib Jul 13, 2020
ljmsc referenced this pull request in ljmsc/opentelemetry-collector-contrib Feb 21, 2022
- Simplify conditionals.
- Remove unnecessary nil check.

Go type assertions return a bool value indicating whether the
assertion succeeded. When the assertion is performed on a nil value,
the bool becomes false without a panic, therefore the nil check is
unnecessary.
bogdandrutu pushed a commit that referenced this pull request May 12, 2022
Bumps [github.com/securego/gosec/v2](https://github.com/securego/gosec) from 2.9.6 to 2.10.0.
- [Release notes](https://github.com/securego/gosec/releases)
- [Changelog](https://github.com/securego/gosec/blob/master/.goreleaser.yml)
- [Commits](securego/gosec@v2.9.6...v2.10.0)

---
updated-dependencies:
- dependency-name: github.com/securego/gosec/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Collector
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants