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

feat(SPV-1337): paymail capabilities test #839

Merged
merged 7 commits into from
Jan 9, 2025
Merged

Conversation

chris-4chain
Copy link
Contributor

Pull Request Checklist

  • πŸ“– I created my PR using provided : CODE_STANDARDS
  • πŸ“– I have read the short Code of Conduct: CODE_OF_CONDUCT
  • 🏠 I tested my changes locally.
  • βœ… I have provided tests for my changes.
  • πŸ“ I have used conventional commits.
  • πŸ“— I have updated any related documentation.
  • πŸ’Ύ PR was issued based on the Github or Jira issue.

@chris-4chain chris-4chain requested a review from a team as a code owner January 8, 2025 09:05
Copy link

github-actions bot commented Jan 8, 2025

Manual Tests

πŸ’š Manual testing by @dorzepowski resulted in success.

@codecov-commenter
Copy link

codecov-commenter commented Jan 8, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 38.59649% with 35 lines in your changes missing coverage. Please review.

Project coverage is 46.25%. Comparing base (e776a4b) to head (ad51598).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
engine/tester/jsonrequire/getter.go 0.00% 14 Missing ⚠️
engine/tester/jsonrequire/funcs.go 50.00% 8 Missing ⚠️
engine/tester/fixtures/tx_fixtures.go 33.33% 6 Missing ⚠️
...ions/testabilities/assert_spvwallet_application.go 0.00% 3 Missing ⚠️
...gine/testabilities/fixture_block_header_service.go 57.14% 2 Missing and 1 partial ⚠️
engine/tester/fixtures/users_fixtures.go 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #839      +/-   ##
==========================================
+ Coverage   46.19%   46.25%   +0.05%     
==========================================
  Files         371      373       +2     
  Lines       17881    17928      +47     
==========================================
+ Hits         8261     8293      +32     
- Misses       8999     9013      +14     
- Partials      621      622       +1     
Flag Coverage Ξ”
unittests 46.25% <38.59%> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Ξ”
actions/paymailserver/register.go 100.00% <100.00%> (ΓΈ)
...ons/testabilities/fixture_spvwallet_application.go 88.88% <ΓΈ> (ΓΈ)
engine/testabilities/fixture_configopts.go 100.00% <100.00%> (ΓΈ)
server/server.go 7.04% <100.00%> (-1.30%) ⬇️
engine/tester/fixtures/users_fixtures.go 26.56% <0.00%> (-0.43%) ⬇️
...ions/testabilities/assert_spvwallet_application.go 63.76% <0.00%> (-2.90%) ⬇️
...gine/testabilities/fixture_block_header_service.go 69.51% <57.14%> (-1.16%) ⬇️
engine/tester/fixtures/tx_fixtures.go 86.11% <33.33%> (-3.82%) ⬇️
engine/tester/jsonrequire/funcs.go 56.00% <50.00%> (-20.93%) ⬇️
engine/tester/jsonrequire/getter.go 0.00% <0.00%> (ΓΈ)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data
Powered by Codecov. Last update fa3b616...ad51598. Read the comment docs.

actions/paymailserver/incoming_paymail_tx_test.go Outdated Show resolved Hide resolved
actions/paymailserver/stateless_capabilities_test.go Outdated Show resolved Hide resolved
engine/tester/jsonrequire/funcs.go Outdated Show resolved Hide resolved
server/server.go Show resolved Hide resolved
engine/tester/jsonrequire/getter.go Outdated Show resolved Hide resolved
actions/paymailserver/incoming_paymail_tx_test.go Outdated Show resolved Hide resolved
engine/tester/jsonrequire/funcs.go Outdated Show resolved Hide resolved
server/server.go Show resolved Hide resolved
engine/tester/jsonrequire/getter.go Show resolved Hide resolved
engine/tester/jsonrequire/funcs.go Outdated Show resolved Hide resolved
engine/tester/jsonrequire/funcs.go Outdated Show resolved Hide resolved
engine/tester/jsonrequire/funcs.go Show resolved Hide resolved
@dorzepowski dorzepowski added the tested PR was tested by a team member label Jan 9, 2025
@chris-4chain chris-4chain merged commit e8ad228 into main Jan 9, 2025
13 checks passed
@chris-4chain chris-4chain deleted the feat/SPV-1353 branch January 9, 2025 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tested PR was tested by a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants