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

Make build-fuzz work again, test it on CI #2696

Merged
merged 1 commit into from
Feb 19, 2020
Merged

Conversation

kostko
Copy link
Member

@kostko kostko commented Feb 19, 2020

Fixes #2695

@kostko kostko force-pushed the kostko/fix/build-fuzz branch 2 times, most recently from 81cf908 to 21b4e53 Compare February 19, 2020 09:22
@kostko kostko force-pushed the kostko/fix/build-fuzz branch from 21b4e53 to 632d41b Compare February 19, 2020 09:37
@codecov
Copy link

codecov bot commented Feb 19, 2020

Codecov Report

Merging #2696 into master will decrease coverage by 0.08%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2696      +/-   ##
==========================================
- Coverage    63.2%   63.11%   -0.09%     
==========================================
  Files         376      376              
  Lines       35324    35325       +1     
==========================================
- Hits        22327    22297      -30     
- Misses      10202    10227      +25     
- Partials     2795     2801       +6
Impacted Files Coverage Δ
...ensus/tendermint/apps/staking/proposing_rewards.go 77.77% <100%> (+0.85%) ⬆️
go/consensus/tendermint/api/api.go 73.58% <0%> (-15.1%) ⬇️
go/worker/compute/executor/committee/state.go 74.07% <0%> (-11.12%) ⬇️
go/storage/api/root_cache.go 72.41% <0%> (-6.9%) ⬇️
go/common/cbor/codec.go 64.7% <0%> (-5.89%) ⬇️
go/worker/common/host/protocol/protocol.go 65.67% <0%> (-5.23%) ⬇️
go/worker/compute/executor/committee/node.go 62% <0%> (-4.14%) ⬇️
go/storage/mkvs/urkel/urkel.go 84.61% <0%> (-3.85%) ⬇️
go/storage/mkvs/urkel/insert.go 87.5% <0%> (-2.78%) ⬇️
go/storage/metrics.go 77.77% <0%> (-2.57%) ⬇️
... and 18 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 8a75be1...632d41b. Read the comment docs.

@kostko kostko merged commit 1a68809 into master Feb 19, 2020
@kostko kostko deleted the kostko/fix/build-fuzz branch February 19, 2020 10:29
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.

Test build-fuzz target
2 participants