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

Install llvm-cov on nightly to revive coverage #684

Merged
merged 1 commit into from
Jul 18, 2018

Conversation

garious
Copy link
Contributor

@garious garious commented Jul 18, 2018

Not sure if this works. docker run failing for unrelated reasons locally. These are the commands it took to get llvm-cov 6.0 installed, which is the version the cargo cov README recommends installing on Ubuntu/Debian.

Towards #433

@garious garious requested a review from mvines July 18, 2018 16:16
@mvines
Copy link
Member

mvines commented Jul 18, 2018

Changes seem fine to me. I see CI is green but it looks like the image at https://hub.docker.com/r/solanalabs/rust-nightly/tags/ doesn't contain the changes here so not sure that CI actual validated anything new here.

@garious
Copy link
Contributor Author

garious commented Jul 18, 2018

Would be nice to get an up-to-date coverage number on the README badge when we release. Merging. Feel free to revert if any sign of trouble.

@garious garious merged commit 6ff4654 into solana-labs:master Jul 18, 2018
@mvines
Copy link
Member

mvines commented Jul 18, 2018

I manually ran https://buildkite.com/solana-labs/solana-ci-docker-rust-nightly/builds/3 to update the image on dockerhub

vkomenda pushed a commit to vkomenda/solana that referenced this pull request Aug 29, 2021
* Added address type in programm address generation for the stake pool, renamed nonce to bump seed

* Formatting fixed

* Bump seed calculation moved to the smart contract, test for fee > 1 added, state length public constant added

* Added claim method to stake pool, fixed program address generation in token mint and burn calls

* Refactored signers management when calling other contracts

* Signers formation put back into calling functions, deposit/withdraw/claim method reworked, state serialization bug fixed

* Added instruction interface methods

* Fixed signer flags for accounts in stake pool instruction creation
AshwinSekar pushed a commit to AshwinSekar/solana that referenced this pull request Apr 9, 2024
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.

2 participants