Skip to content

Added disabledReason to ut_realtime_reporter #1193

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

Merged
merged 1 commit into from
Feb 25, 2022

Conversation

jgebal
Copy link
Member

@jgebal jgebal commented Feb 25, 2022

The ut_realtime_reporter used by utPLSQL-SQL-Developer-extension and utPLSQL-PLSQL-Developer-plugin is now capable of providing reason for a disabled test.
The reason is provided as a tag <disabledReason>reason</disabledReason> in the pre-run event, describing the suites before run is started.

If no reason is provided, the tag is not present in the output.

Resolves: #1192

@jgebal jgebal added this to the 3.1.13 milestone Feb 25, 2022
@jgebal jgebal self-assigned this Feb 25, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Feb 25, 2022

Unit Test Results

       1 files      2 suites   2m 32s ⏱️
   999 tests 995 ✔️ 4 💤 0
1 002 runs  994 ✔️ 8 💤 0

Results for commit 7e680ee.

♻️ This comment has been updated with latest results.

@jgebal jgebal force-pushed the feature/disable_reason_in_realtime_reporter branch from e4de2f4 to 7e680ee Compare February 25, 2022 17:04
@codecov
Copy link

codecov bot commented Feb 25, 2022

Codecov Report

Merging #1193 (7e680ee) into develop (ca3dec7) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1193      +/-   ##
===========================================
+ Coverage    94.77%   94.79%   +0.02%     
===========================================
  Files          104      104              
  Lines         4878     4879       +1     
  Branches        22       22              
===========================================
+ Hits          4623     4625       +2     
  Misses         247      247              
+ Partials         8        7       -1     
Flag Coverage Δ
11XE 94.22% <100.00%> (+0.10%) ⬆️
12.1EE 94.26% <100.00%> (+0.04%) ⬆️
18XE 94.41% <100.00%> (+<0.01%) ⬆️
21XE 94.60% <100.00%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
source/reporters/ut_realtime_reporter.tpb 100.00% <100.00%> (ø)
source/core/ut_utils.pkb 94.44% <0.00%> (+0.25%) ⬆️

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 fd81df2...7e680ee. Read the comment docs.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

Copy link
Member

@PhilippSalvisberg PhilippSalvisberg left a comment

Choose a reason for hiding this comment

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

Looks good. Thanks a lot @jgebal 👍

@jgebal jgebal merged commit b2d318c into develop Feb 25, 2022
@jgebal jgebal deleted the feature/disable_reason_in_realtime_reporter branch February 25, 2022 22:50
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.

Extend ut_realtime_reporter to include disabled reason
3 participants