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

Fix: Add missing SubscriptionCallback types #241

Merged
merged 1 commit into from
Aug 25, 2020
Merged

Fix: Add missing SubscriptionCallback types #241

merged 1 commit into from
Aug 25, 2020

Conversation

0xGabi
Copy link
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

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
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!

@@ -17,7 +17,7 @@ export function parseCollateralRequirement(
{
id: collateralRequirement.id,
voteId: collateralRequirement.vote.id,
token: collateralRequirement.token.id,
tokenId: collateralRequirement.token.id,
Copy link
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
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 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