Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Wrapped the first and last parts with path separators so that only distinct parts are matched #306

Merged
merged 9 commits into from
Oct 27, 2017

Conversation

Blackbaud-PaulCrowder
Copy link
Member

@Blackbaud-PaulCrowder Blackbaud-PaulCrowder changed the title Wrapped the first and last parts with path separators so that only distinct parts are matched [HOLD] Wrapped the first and last parts with path separators so that only distinct parts are matched Oct 19, 2017
@codecov-io
Copy link

codecov-io commented Oct 19, 2017

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #306   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          59     59           
  Lines        1370   1370           
  Branches      208    208           
=====================================
  Hits         1370   1370
Flag Coverage Δ
#builder 100% <ø> (ø) ⬆️
#runtime 100% <ø> (ø) ⬆️
#srcapp 100% <ø> (ø) ⬆️
Impacted Files Coverage Δ
config/webpack/test.webpack.config.js 100% <ø> (ø) ⬆️

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 9436595...139274c. Read the comment docs.

@Blackbaud-PaulCrowder Blackbaud-PaulCrowder changed the title [HOLD] Wrapped the first and last parts with path separators so that only distinct parts are matched Wrapped the first and last parts with path separators so that only distinct parts are matched Oct 19, 2017
'/src/app/fixtures/test.ts',
'/src/app/testing/test.ts',
'/src/app/lib/test.ts',
'/src/app/index.ts'
Copy link
Member

@Blackbaud-SteveBrush Blackbaud-SteveBrush Oct 19, 2017

Choose a reason for hiding this comment

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

@Blackbaud-PaulCrowder Should we also test Window's backslashes?

const disallowedPaths = [
  ...
  String.raw`\src\app\lib\test.ts`
];

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, I'll add some.

@Blackbaud-BobbyEarl Blackbaud-BobbyEarl merged commit a57525b into master Oct 27, 2017
@Blackbaud-BobbyEarl Blackbaud-BobbyEarl deleted the exclude-exact-match-path-part branch October 27, 2017 18:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants