8000 Ability to report coverage on long lines. by jgebal · Pull Request #1240 · utPLSQL/utPLSQL · GitHub
[go: up one dir, main page]

Skip to content

Ability to report coverage on long lines. #1240

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 2 commits into from
Oct 19, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixing name that was too long for the test before 12.2
  • Loading branch information
jgebal committed Oct 18, 2022
commit 82707159ee485915c55506d608d0e6143bf99247
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ create or replace package body test_html_coverage_reporter is
--%suite

--%test
procedure crashing_ut_coverage_html_reporter;
procedure fail_ut_coverage_html_reporter;
end;]';

execute immediate q'[
create or replace package body test_f is
procedure crashing_ut_coverage_html_reporter is
procedure fail_ut_coverage_html_reporter is
begin
ut3_develop.ut.expect(f()).to_be_greater_or_equal(1);
end;
Expand Down
0