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

IntelParser: Check for project number in regex #74

Merged
merged 1 commit into from
Dec 29, 2018
Merged

IntelParser: Check for project number in regex #74

merged 1 commit into from
Dec 29, 2018

Conversation

marthinsen
Copy link
Contributor

Add a group to the regular expression to check for the pattern '\d+>' at the beginning of the line. The line starts with a "project number" followed by '>' when using the Intel Compiler through Visual Studio.

A new test is added to test it.

Add a group to check for the pattern '\d+>' at the beginning of the
line. The line starts with a "project number" followed by '>' when using
the Intel Compiler through Visual Studio.

A new test is added to test it.
@codecov
Copy link

codecov bot commented Dec 28, 2018

Codecov Report

Merging #74 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #74   +/-   ##
=========================================
  Coverage     87.01%   87.01%           
  Complexity     1144     1144           
=========================================
  Files           152      152           
  Lines          3650     3650           
  Branches        385      385           
=========================================
  Hits           3176     3176           
  Misses          327      327           
  Partials        147      147
Impacted Files Coverage Δ Complexity Δ
...ava/edu/hm/hafner/analysis/parser/IntelParser.java 100% <100%> (ø) 8 <3> (ø) ⬇️

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 a7a4d7e...aafb569. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Dec 28, 2018

Codecov Report

Merging #74 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #74   +/-   ##
=========================================
  Coverage     87.01%   87.01%           
  Complexity     1144     1144           
=========================================
  Files           152      152           
  Lines          3650     3650           
  Branches        385      385           
=========================================
  Hits           3176     3176           
  Misses          327      327           
  Partials        147      147
Impacted Files Coverage Δ Complexity Δ
...ava/edu/hm/hafner/analysis/parser/IntelParser.java 100% <100%> (ø) 8 <3> (ø) ⬇️

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 a7a4d7e...aafb569. Read the comment docs.

@uhafner uhafner merged commit 962a96f into jenkinsci:master Dec 29, 2018
@uhafner
Copy link
Member

uhafner commented Dec 29, 2018

Thanks!

@marthinsen marthinsen deleted the intel-visual-studio branch February 8, 2019 11:23
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.

2 participants