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 CCE when expected type is a array/regex type in xml text values #45

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Add errors for regex and array types for xml text values

e7a239d
Select commit
Loading
Failed to load commit list.
Open

Fix CCE when expected type is a array/regex type in xml text values #45

Add errors for regex and array types for xml text values
e7a239d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 21, 2024 in 0s

86.58% (target 80.00%)

View this Pull Request on Codecov

86.58% (target 80.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.58%. Comparing base (a32e34e) to head (e7a239d).
Report is 28 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main      #45      +/-   ##
============================================
+ Coverage     86.46%   86.58%   +0.12%     
- Complexity      556      557       +1     
============================================
  Files            25       25              
  Lines          2416     2423       +7     
  Branches        529      531       +2     
============================================
+ Hits           2089     2098       +9     
+ Misses          187      186       -1     
+ Partials        140      139       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.