Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Fix: Add missing SubscriptionCallback types#241

Merged
0xGabi merged 1 commit intomasterfrom
fix-ci
Aug 25, 2020
Merged

Fix: Add missing SubscriptionCallback types#241
0xGabi merged 1 commit intomasterfrom
fix-ci

Conversation

@0xGabi
Copy link
Copy Markdown
Contributor

@0xGabi 0xGabi commented Aug 25, 2020

Fix CI adding missing SubscriptionCallback + update collateralRequirement tokenId

@0xGabi 0xGabi requested a review from bpierre August 25, 2020 17:25
@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 25, 2020

Codecov Report

Merging #241 into master will increase coverage by 1.74%.
The diff coverage is 44.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #241      +/-   ##
==========================================
+ Coverage   34.93%   36.68%   +1.74%     
==========================================
  Files          98      104       +6     
  Lines        1792     1922     +130     
  Branches      274      304      +30     
==========================================
+ Hits          626      705      +79     
- Misses       1166     1217      +51     
Flag Coverage Δ
#unittests 36.68% <44.69%> (+1.74%) ⬆️

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

Impacted Files Coverage Δ
packages/connect-agreement/src/models/Agreement.ts 76.31% <0.00%> (-2.07%) ⬇️
...onnect-agreement/src/thegraph/parsers/agreement.ts 80.00% <ø> (ø)
...ages/connect-core/src/connections/ConnectorJson.ts 0.00% <0.00%> (ø)
packages/connect-core/src/entities/Organization.ts 0.00% <0.00%> (ø)
packages/connect-core/src/entities/Permission.ts 0.00% <0.00%> (ø)
packages/connect-core/src/entities/Role.ts 0.00% <0.00%> (ø)
...connect-core/src/transactions/TransactionIntent.ts 0.00% <0.00%> (ø)
packages/connect-core/src/utils/app-connectors.ts 0.00% <0.00%> (ø)
packages/connect-core/src/utils/app.ts 0.00% <0.00%> (ø)
packages/connect-core/src/utils/callScript.ts 0.00% <0.00%> (ø)
... and 60 more

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 4fd868f...fd6e6fa. Read the comment docs.

Copy link
Copy Markdown
Contributor

@bpierre bpierre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

id: collateralRequirement.id,
voteId: collateralRequirement.vote.id,
token: collateralRequirement.token.id,
tokenId: collateralRequirement.token.id,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we update anything else related to this change? 🤔

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I double-check and no we don't. It was a change introduced during a merge conflict.

@0xGabi 0xGabi merged commit cabb5be into master Aug 25, 2020
@0xGabi 0xGabi deleted the fix-ci branch August 25, 2020 17:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants