Skip to content

Commit

Permalink
spec: include jest paths when gergich-ing js coverage
Browse files Browse the repository at this point in the history
test plan:
 * verify Jenkins passes

Change-Id: I650027db9eeb970499547a7613deb77203beab44
Reviewed-on: https://gerrit.instructure.com/142622
Tested-by: Jenkins
Reviewed-by: Clay Diffrient <[email protected]>
Product-Review: Jeremy Neander <[email protected]>
QA-Review: Jeremy Neander <[email protected]>
  • Loading branch information
jneander committed Mar 6, 2018
1 parent 3e42d24 commit ab7e4dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gems/tatl_tael/config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ Simple/CoffeeSpecsLinter:
- "app/coffeescripts/bundles/**"
Requirement:
Include:
- "app/jsx/**/__tests__/**"
- "spec/coffeescripts/**.coffee"
- "spec/coffeescripts/jsx/**"
- "spec/javascripts/jsx/**"
Expand All @@ -175,6 +176,7 @@ Simple/JsxSpecsLinter:
- "app/jsx/**.js"
Requirement:
Include:
- "app/jsx/**/__tests__/**"
- "spec/coffeescripts/jsx/**"
- "spec/javascripts/jsx/**"
Message: Your commit includes coffee changes, but does not include coffee or jsx
Expand All @@ -193,6 +195,7 @@ Simple/PublicJsSpecsLinter:
- "**/symlink_to_node_modules/**"
Requirement:
Include:
- "app/jsx/**/__tests__/**"
- "spec/coffeescripts/**"
- "spec/javascripts/**"
Message: Your commit includes changes to public/javascripts, but does not include
Expand Down

0 comments on commit ab7e4dc

Please sign in to comment.