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

Using different technique to ignore changes. #492

Merged
merged 10 commits into from
Oct 31, 2018

Conversation

Blackbaud-BobbyEarl
Copy link

@Blackbaud-BobbyEarl Blackbaud-BobbyEarl commented Oct 24, 2018

@codecov-io
Copy link

codecov-io commented Oct 25, 2018

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #492   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          54     54           
  Lines        1682   1686    +4     
  Branches      250    249    -1     
=====================================
+ Hits         1682   1686    +4
Flag Coverage Δ
#builder 100% <100%> (ø) ⬆️
#runtime 100% <ø> (ø) ⬆️
#srcapp 100% <ø> (ø) ⬆️
Impacted Files Coverage Δ
config/karma/shared.karma.conf.js 100% <100%> (ø) ⬆️
cli/utils/ts-linter.js 100% <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 9d99c97...0feeb61. Read the comment docs.

@Blackbaud-BobbyEarl Blackbaud-BobbyEarl changed the title Using different technique to ignore changes. [HOLD] Using different technique to ignore changes. Oct 26, 2018
// Returning `true` means the file should be ignored.
// Fat-Arrow functions do not work as chokidar will inspect this method.
ignored: function (item) {
const resolvedPath = path.resolve(item);

Choose a reason for hiding this comment

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

We need to resolve the path because Webpack will provide both of these values:

C:\Users\stevebr\Projects\github\blackbaud\skyux-i18n\src\app\app-extras.module.ts
C:/Users/stevebr/Projects/github/blackbaud/skyux-i18n/src/app/app-extras.module.ts

Copy link
Member

@Blackbaud-SteveBrush Blackbaud-SteveBrush left a comment

Choose a reason for hiding this comment

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

Approving this because it works for me (I added the last commit, though).

@Blackbaud-BobbyEarl Blackbaud-BobbyEarl changed the title [HOLD] Using different technique to ignore changes. Using different technique to ignore changes. Oct 30, 2018
}
});
}
spawnResult.output.forEach((buffer) => {

Choose a reason for hiding this comment

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

For clarification, this was incorrectly added in a previous PR due to a misconfigured unit test.

@Blackbaud-SteveBrush Blackbaud-SteveBrush merged commit 65cc058 into master Oct 31, 2018
@Blackbaud-SteveBrush Blackbaud-SteveBrush deleted the skyux-watch-ignore branch October 31, 2018 16:03
Blackbaud-MikitaYankouski pushed a commit to Blackbaud-MikitaYankouski/skyux-builder that referenced this pull request May 3, 2019
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.

3 participants