◐ Shell
clean mode source ↗

Address issue where the not_to(contain) not run correctly by lwasylow · Pull Request #1246 · utPLSQL/utPLSQL

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

jgebal

merged 3 commits into

Mar 19, 2023

Conversation

@lwasylow

Address issue where the not_to(contain) executes a negated matcher wi…thout negated flag set causing refcursor compare sql generated inclusion comparision.
fixes #1245

…thout negated flag set causing refcursor compare sql generated inclusion comparision.

@github-actions

Unit Test Results

       1 files         2 suites   5m 8s ⏱️
1 034 tests 1 030 ✔️ 4 💤 0
1 037 runs  1 029 ✔️ 8 💤 0

Results for commit 8460a30.

♻️ This comment has been updated with latest results.

@codecov

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.02 🎉

Comparison is base (5cf7f34) 94.86% compared to head (8460a30) 94.88%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1246      +/-   ##
===========================================
+ Coverage    94.86%   94.88%   +0.02%     
===========================================
  Files          108      108              
  Lines         5105     5106       +1     
  Branches        23       23              
===========================================
+ Hits          4843     4845       +2     
+ Misses         255      254       -1     
  Partials         7        7              
Flag Coverage Δ
11XE 94.25% <100.00%> (+0.08%) ⬆️
12.1EE 94.31% <100.00%> (+0.04%) ⬆️
18XE 94.50% <100.00%> (+0.02%) ⬆️
21XE 94.68% <100.00%> (+0.02%) ⬆️

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

Impacted Files Coverage Δ
source/expectations/matchers/ut_contain.tpb 88.23% <100.00%> (+0.73%) ⬆️
source/expectations/ut_expectation.tpb 99.37% <100.00%> (+0.62%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sonarqubecloud

jgebal

jgebal

@jgebal jgebal deleted the bug/1245_not_to_contains_fails branch

March 19, 2023 16:55

2 participants

@lwasylow @jgebal