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

Feature/trade lots supported #63

Merged
merged 29 commits into from
Aug 2, 2022
Merged

Feature/trade lots supported #63

merged 29 commits into from
Aug 2, 2022

Conversation

Kilerd
Copy link
Collaborator

@Kilerd Kilerd commented Jun 7, 2022

No description provided.

@Kilerd Kilerd linked an issue Jun 7, 2022 that may be closed by this pull request
5 tasks
@coveralls
Copy link

coveralls commented Jun 7, 2022

Pull Request Test Coverage Report for Build 2514850779

  • 121 of 163 (74.23%) changed or added relevant lines in 11 files are covered.
  • 9 unchanged lines in 4 files lost coverage.
  • Overall coverage increased (+2.3%) to 49.348%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/core/models.rs 6 8 75.0%
src/importer/wechat.rs 0 2 0.0%
src/core/options.rs 9 12 75.0%
src/core/data.rs 37 41 90.24%
src/core/process.rs 38 43 88.37%
src/core/ledger.rs 14 20 70.0%
src/server/model/query.rs 0 6 0.0%
src/target/text.rs 1 7 14.29%
src/core/utils/bigdecimal_ext.rs 12 20 60.0%
Files with Coverage Reduction New Missed Lines %
src/utils.rs 1 86.67%
src/core/utils/inventory.rs 2 51.11%
src/core/data.rs 3 79.69%
src/core/process.rs 3 52.08%
Totals Coverage Status
Change from base Build 2427969651: 2.3%
Covered Lines: 870
Relevant Lines: 1763

💛 - Coveralls

@Kilerd
Copy link
Collaborator Author

Kilerd commented Jun 27, 2022

still working on the trade lots support

@Kilerd Kilerd merged commit 0157f34 into main Aug 2, 2022
@Kilerd Kilerd deleted the feature/trade-lots-supported branch August 2, 2022 06:52
@coveralls
Copy link

coveralls commented Sep 16, 2024

Pull Request Test Coverage Report for Build 2453583099

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 109 of 202 (53.96%) changed or added relevant lines in 10 files are covered.
  • 211 unchanged lines in 6 files lost coverage.
  • Overall coverage increased (+0.9%) to 48.007%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/importer/wechat.rs 0 2 0.0%
src/core/data.rs 20 23 86.96%
src/core/process.rs 29 47 61.7%
src/core/ledger.rs 7 26 26.92%
src/core/utils/inventory.rs 19 42 45.24%
src/server/model/query.rs 0 28 0.0%
Files with Coverage Reduction New Missed Lines %
src/target/text.rs 3 94.56%
src/cli.rs 4 0.0%
src/core/data.rs 4 79.07%
src/core/ledger.rs 23 56.3%
src/core/process.rs 39 50.0%
src/server/model/query.rs 138 0.0%
Totals Coverage Status
Change from base Build 2427969651: 0.9%
Covered Lines: 795
Relevant Lines: 1656

💛 - Coveralls

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.

tracing issue of transaction price and precision of currency
2 participants