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

Speed up githook by skipping commits not containing any .ts files #1805

Merged
merged 1 commit into from
Jun 5, 2018

Conversation

DonJayamanne
Copy link

Fixes #1803

This pull request:

  • Has a title summarizes what is changing
  • Includes a news entry file (remember to thank yourself!)

@codecov
Copy link

codecov bot commented May 31, 2018

Codecov Report

Merging #1805 into master will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1805      +/-   ##
==========================================
- Coverage    74.1%   74.07%   -0.04%     
==========================================
  Files         282      282              
  Lines       13089    13089              
  Branches     2335     2335              
==========================================
- Hits         9700     9696       -4     
- Misses       3259     3260       +1     
- Partials      130      133       +3
Impacted Files Coverage Δ
src/client/debugger/PythonProcess.ts 49.58% <0%> (-1.67%) ⬇️
src/client/debugger/Main.ts 51.85% <0%> (-0.5%) ⬇️
...reter/locators/services/cacheableLocatorService.ts 95.91% <0%> (+4.08%) ⬆️

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 3d5f760...332d825. Read the comment docs.

@DonJayamanne DonJayamanne merged commit 0429d13 into microsoft:master Jun 5, 2018
@DonJayamanne DonJayamanne deleted the issue1803 branch June 20, 2018 03:13
@lock lock bot locked as resolved and limited conversation to collaborators Jul 31, 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.

Speed up github hooks
2 participants