Skip to content

[Core] Add space between scenario url and name #2185

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
Dec 10, 2020

Conversation

mpkorstanje
Copy link
Contributor

The summary printer concatenated the url and scenario name without an
additional space. This made it impossible to click the urls.

Fixes: #2184

The summary printer concatenated the url and scenario name without an
additional space. This made it impossible to click the urls.

Fixes: #2184
@mpkorstanje mpkorstanje force-pushed the summary-printer-add-space branch from 3bd12b7 to 7bfaac5 Compare December 10, 2020 14:56
@codecov
Copy link

codecov bot commented Dec 10, 2020

Codecov Report

Merging #2185 (81ef38e) into main (0eee709) will increase coverage by 0.01%.
The diff coverage is 91.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #2185      +/-   ##
============================================
+ Coverage     82.80%   82.82%   +0.01%     
+ Complexity     2328     2327       -1     
============================================
  Files           306      306              
  Lines          8300     8296       -4     
  Branches        763      762       -1     
============================================
- Hits           6873     6871       -2     
+ Misses         1118     1116       -2     
  Partials        309      309              
Impacted Files Coverage Δ Complexity Δ
...e/src/main/java/io/cucumber/core/plugin/Stats.java 90.00% <91.66%> (+1.19%) 36.00 <0.00> (-1.00) ⬆️

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 0eee709...7bfaac5. Read the comment docs.

@mpkorstanje mpkorstanje merged commit bccea39 into main Dec 10, 2020
@mpkorstanje mpkorstanje deleted the summary-printer-add-space branch December 10, 2020 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No space after *.feature:linenr
1 participant