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

[JENKINS-57365] Fixes false positives for MsBuild #174

Merged
merged 2 commits into from
May 14, 2019
Merged

[JENKINS-57365] Fixes false positives for MsBuild #174

merged 2 commits into from
May 14, 2019

Conversation

lesthre
Copy link

@lesthre lesthre commented May 13, 2019

Fixes false positives for MsBuild if e.g. a build project name contains the string info/note/warning.

This change requires a whitespace in front of the strings note, info, warning or fatal error to be recognized as the corresponding warnings.
See also: https://issues.jenkins-ci.org/browse/JENKINS-57365

…ject name contains the string info/note/warning

This change requires a whitespace in front of the strings note, info, warning or fatal error to be recognized as the corresponding warnings.
See also: https://issues.jenkins-ci.org/browse/JENKINS-57365
@codecov
Copy link

codecov bot commented May 13, 2019

Codecov Report

Merging #174 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #174   +/-   ##
========================================
  Coverage      88.4%   88.4%           
  Complexity     1295    1295           
========================================
  Files           161     161           
  Lines          4147    4147           
  Branches        441     441           
========================================
  Hits           3666    3666           
  Misses          326     326           
  Partials        155     155
Impacted Files Coverage Δ Complexity Δ
...a/edu/hm/hafner/analysis/parser/MsBuildParser.java 78.84% <ø> (ø) 15 <0> (ø) ⬇️

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 da3274e...f491e2e. Read the comment docs.

Copy link
Member

@uhafner uhafner left a comment

Choose a reason for hiding this comment

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

Well done, thanks! Can you please add a line to the ChangeLog as well?

@uhafner uhafner merged commit 37cabf4 into jenkinsci:master May 14, 2019
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.

3 participants