-
Notifications
You must be signed in to change notification settings - Fork 326
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
Changes to allow special characters in parameter names #2481
Merged
nohwnd
merged 21 commits into
microsoft:master
from
cvpoienaru:copoiena/special-chars-in-params
Sep 1, 2020
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
d2d15ec
Introduced acceptance tests for default exclusion merging
cvpoienaru b9166b0
Merge branch 'master' into copoiena/testing-cc-default-exclusions
cvpoienaru 598e583
Refactored acceptance tests
cvpoienaru 57e56a5
Added .coverage report read & validation
cvpoienaru 8a978bc
Added .coverage report transformation to XML
cvpoienaru 13bb861
Changed CodeCoverage.exe path
cvpoienaru 64a6412
Changed CodeCoverage.exe path
cvpoienaru d668e86
Merge branch 'master' into copoiena/testing-cc-default-exclusions
cvpoienaru 8c369d6
Merged code coverage acceptance tests
cvpoienaru 36a61b1
Fixed module name issue
cvpoienaru 4c3f6c0
Reverted to two separate code coverage test files
cvpoienaru 1a62904
Added module skip validation
cvpoienaru 9e5de01
Changed skipped module name
cvpoienaru d16c034
Added test method
cvpoienaru 710601b
Changes to allow special characters in parameter names
cvpoienaru 771a9ff
Merge branch 'copoiena/special-chars-in-params' of https://github.com…
cvpoienaru 47b2574
Changed test method name
cvpoienaru cbfa5d6
Merge branch 'master' into copoiena/special-chars-in-params
cvpoienaru 458a38d
Merge branch 'master' into copoiena/special-chars-in-params
cvpoienaru b0f76e9
Changed method naming
cvpoienaru 9ff7591
Stricter regex rules
cvpoienaru File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to do this but converting this and the line below to $@ string would make it so much easier to read.