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

Check crate exports and remove internals #142

Merged
merged 14 commits into from
Nov 19, 2020
Merged

Conversation

greenhat
Copy link
Member

@greenhat greenhat commented Nov 11, 2020

Close #141
Close #145

  • update changelog;
  • export SType;

@coveralls
Copy link

coveralls commented Nov 11, 2020

Pull Request Test Coverage Report for Build 982

  • 130 of 178 (73.03%) changed or added relevant lines in 15 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.2%) to 85.743%

Changes Missing Coverage Covered Lines Changed/Added Lines %
ergo-lib/src/ast/box_methods.rs 0 1 0.0%
ergo-lib/src/serialization/data.rs 20 21 95.24%
ergo-lib/src/serialization/expr.rs 0 1 0.0%
ergo-lib/src/types/stype.rs 38 39 97.44%
ergo-lib/src/ast/context_methods.rs 2 4 50.0%
ergo-lib/src/chain/transaction.rs 1 3 33.33%
ergo-lib/src/serialization/fold.rs 0 2 0.0%
ergo-lib/src/ergo_tree.rs 2 7 28.57%
ergo-lib/src/ast/expr.rs 4 11 36.36%
ergo-lib/src/ast/value.rs 47 73 64.38%
Totals Coverage Status
Change from base Build 978: -0.2%
Covered Lines: 2604
Relevant Lines: 3037

💛 - Coveralls

@greenhat greenhat marked this pull request as ready for review November 11, 2020 14:49
@greenhat greenhat merged commit 7a19001 into develop Nov 19, 2020
@greenhat greenhat deleted the i141-clean-crate-exports branch November 19, 2020 05:59
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.

Export SType Check the crate exports and remove internal types
2 participants