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

Repair 'in' operator branch distance #206

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

dstallenberg
Copy link
Contributor

@dstallenberg dstallenberg commented Dec 8, 2023

The 'in' operator was wrongly calculated in the branch distance visitor.

@dstallenberg dstallenberg requested a review from a team as a code owner December 8, 2023 10:13
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 7140074354

  • 0 of 3 (0.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.06%) to 46.84%

Changes Missing Coverage Covered Lines Changed/Added Lines %
libraries/search-javascript/lib/criterion/BranchDistanceVisitor.ts 0 3 0.0%
Totals Coverage Status
Change from base Build 6865686083: -0.06%
Covered Lines: 1544
Relevant Lines: 3043

💛 - Coveralls

@dstallenberg dstallenberg merged commit 0632913 into main Dec 11, 2023
12 checks passed
@dstallenberg dstallenberg deleted the fix-in-operator-branch-distance branch December 11, 2023 13:51
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.

None yet

2 participants