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

frontport: Add CI check on no_std compliance for supported tendermint crates (#1087) #1088

Merged
merged 1 commit into from
Feb 8, 2022

Conversation

thanethomson
Copy link
Member

Frontport of #1087 to master

)

* Remove tendermint-rpc dependency from tendermint-light-client-verifier

* Add CI check for no-std compliance

* Fix path to no-std-check
@thanethomson thanethomson marked this pull request as ready for review February 7, 2022 12:47
@codecov-commenter
Copy link

Codecov Report

Merging #1088 (e5308dc) into master (46a4c28) will decrease coverage by 0.1%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #1088     +/-   ##
========================================
- Coverage    64.7%   64.6%   -0.2%     
========================================
  Files         239     239             
  Lines       20660   20695     +35     
========================================
- Hits        13386   13384      -2     
- Misses       7274    7311     +37     
Impacted Files Coverage Δ
rpc/src/client/transport/router.rs 75.0% <0.0%> (-1.4%) ⬇️
rpc/src/client/transport/websocket.rs 63.9% <0.0%> (-1.0%) ⬇️
abci/src/application/kvstore.rs 73.6% <0.0%> (-0.9%) ⬇️
abci/src/server.rs 9.2% <0.0%> (-0.3%) ⬇️
config/src/config.rs 55.1% <0.0%> (-0.2%) ⬇️
tendermint/src/node.rs 63.8% <0.0%> (-0.2%) ⬇️
rpc/src/client/bin/main.rs 0.3% <0.0%> (-0.1%) ⬇️

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 46a4c28...e5308dc. Read the comment docs.

@thanethomson thanethomson merged commit 904862c into master Feb 8, 2022
@thanethomson thanethomson deleted the thane/frontport-1087-nostdci branch February 8, 2022 00:14
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

3 participants