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

test(xychart): add missing data tests #900

Merged
merged 5 commits into from
Nov 5, 2020
Merged

Conversation

williaster
Copy link
Collaborator

🏠 Internal

This PR adds tests for missing data additions in #898

@kristw

@coveralls
Copy link

coveralls commented Oct 28, 2020

Pull Request Test Coverage Report for Build 344442545

  • 1 of 2 (50.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.3%) to 60.353%

Changes Missing Coverage Covered Lines Changed/Added Lines %
packages/visx-xychart/src/components/series/private/BaseBarGroup.tsx 1 2 50.0%
Totals Coverage Status
Change from base Build 344436174: 0.3%
Covered Lines: 1550
Relevant Lines: 2445

💛 - Coveralls

@williaster williaster force-pushed the chris--xychart-data-tests branch from 9aa7189 to 9e88764 Compare October 28, 2020 19:24
@@ -169,6 +169,8 @@ export default function BaseBarGroup<
.filter(bar => bar) as Bar[];
});

console.log(bars);
Copy link
Member

Choose a reason for hiding this comment

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

👀

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

🤦 thanks for the catch

Base automatically changed from chris--xychart-horizontal-context to master November 3, 2020 22:07
@williaster williaster force-pushed the chris--xychart-data-tests branch from 3afc1d9 to 627220d Compare November 3, 2020 22:11
@williaster williaster merged commit f187098 into master Nov 5, 2020
@williaster williaster deleted the chris--xychart-data-tests branch November 5, 2020 18:52
@coveralls
Copy link

coveralls commented Nov 27, 2024

Pull Request Test Coverage Report for Build 341

Details

  • 1 of 2 (50.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.3%) to 60.353%

Changes Missing Coverage Covered Lines Changed/Added Lines %
packages/visx-xychart/src/components/series/private/BaseBarGroup.tsx 1 2 50.0%
Totals Coverage Status
Change from base Build 300: 0.3%
Covered Lines: 1550
Relevant Lines: 2445

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants