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

Add unit tests for indentation in if- and while-expression predicates #1433

Conversation

0x6675636b796f75676974687562
Copy link
Member

What's done:

Actions checklist

  • Added tests on checks

…ates

### What's done:

 * Unit tests added which cover indentation in `if`- and `while`-expression
   predicates.
 * See #1351.
@codecov
Copy link

codecov bot commented Jul 8, 2022

Codecov Report

Merging #1433 (7e1cf2b) into master (eecab22) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #1433   +/-   ##
=========================================
  Coverage     83.19%   83.19%           
  Complexity     2555     2555           
=========================================
  Files           107      107           
  Lines          7612     7612           
  Branches       2103     2103           
=========================================
  Hits           6333     6333           
  Misses          388      388           
  Partials        891      891           
Flag Coverage Δ
unittests 83.19% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out 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 eecab22...7e1cf2b. Read the comment docs.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 8, 2022

JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v1)

1 276 tests   1 261 ✔️  1m 25s ⏱️
   157 suites       15 💤
   157 files           0

Results for commit 7e1cf2b.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 8, 2022

JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v1)

1 276 tests   1 261 ✔️  1m 1s ⏱️
   157 suites       15 💤
   157 files           0

Results for commit 7e1cf2b.

♻️ This comment has been updated with latest results.

### What's done:
@0x6675636b796f75676974687562 0x6675636b796f75676974687562 deleted the bugfix/andrey.shcheglov/indent-in-if-statements branch July 11, 2022 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Improve testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WRONG_INDENTATION continuation indent expected in if-expression
2 participants