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

go/ci: update nancy #3283

Merged
merged 1 commit into from
Sep 17, 2020
Merged

go/ci: update nancy #3283

merged 1 commit into from
Sep 17, 2020

Conversation

ptrus
Copy link
Member

@ptrus ptrus commented Sep 17, 2020

No description provided.

@ptrus ptrus force-pushed the ptrus/feature/update-nancy branch 2 times, most recently from e61e761 to 1dbdf0c Compare September 17, 2020 08:39
@codecov
Copy link

codecov bot commented Sep 17, 2020

Codecov Report

Merging #3283 into master will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3283      +/-   ##
==========================================
- Coverage   67.90%   67.89%   -0.01%     
==========================================
  Files         371      371              
  Lines       36888    36888              
==========================================
- Hits        25047    25046       -1     
+ Misses       8660     8652       -8     
- Partials     3181     3190       +9     
Impacted Files Coverage Δ
go/oasis-node/cmd/common/metrics/disk.go 65.51% <0.00%> (-20.69%) ⬇️
go/runtime/host/sandbox/sandbox.go 67.28% <0.00%> (-9.30%) ⬇️
go/oasis-node/cmd/common/metrics/resource.go 84.00% <0.00%> (-8.00%) ⬇️
go/worker/common/committee/runtime_host.go 65.71% <0.00%> (-4.77%) ⬇️
go/storage/metrics.go 76.92% <0.00%> (-3.85%) ⬇️
...consensus/tendermint/apps/registry/transactions.go 56.16% <0.00%> (-3.84%) ⬇️
go/storage/mkvs/tree.go 89.28% <0.00%> (-3.58%) ⬇️
go/storage/mkvs/insert.go 87.75% <0.00%> (-2.73%) ⬇️
go/runtime/host/protocol/connection.go 63.32% <0.00%> (-2.71%) ⬇️
go/storage/mkvs/lookup.go 73.46% <0.00%> (-2.05%) ⬇️
... and 25 more

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 0ad94c1...f52d25d. Read the comment docs.

@ptrus ptrus marked this pull request as ready for review September 17, 2020 09:23
# upstream tendermint depends on websocket@1.4.0. We force a fixed version of
# the websocket in go.mod: https://github.com/oasisprotocol/oasis-core/issues/2931
# https://ossindex.sonatype.org/vuln/5f259e63-3efb-4c47-b593-d175dca716b0
5f259e63-3efb-4c47-b593-d175dca716b0
Copy link
Member Author

Choose a reason for hiding this comment

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

go list -json -m all (the new way to use nancy with go modules) only lists websocket@1.4.0 so this isnt needed anymore,

@@ -0,0 +1 @@
go/ci: Update nancy
Copy link
Member

Choose a reason for hiding this comment

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

Maybe specify to which version it has been updated.

Copy link
Member Author

Choose a reason for hiding this comment

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

will do

@ptrus ptrus merged commit d1348d9 into master Sep 17, 2020
@ptrus ptrus deleted the ptrus/feature/update-nancy branch September 17, 2020 12:34
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.

None yet

2 participants