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

[builders] Consistently capitalize first letter of logs #3039

Merged
merged 11 commits into from Sep 19, 2019

Conversation

thasophearak
Copy link
Contributor

@thasophearak thasophearak commented Sep 18, 2019

This PR ensure consistency capitalize logs line, as well as make Installing dependencies... always visible.

@codecov-io
Copy link

codecov-io commented Sep 18, 2019

Codecov Report

Merging #3039 into canary will decrease coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           canary    #3039     +/-   ##
=========================================
- Coverage   13.46%   13.36%   -0.1%     
=========================================
  Files         267      267             
  Lines       10296    10275     -21     
  Branches     1211     1216      +5     
=========================================
- Hits         1386     1373     -13     
+ Misses       8848     8840      -8     
  Partials       62       62
Impacted Files Coverage Δ
src/util/prefer-v2-deployment.ts 56.25% <0%> (-5.66%) ⬇️
src/util/projects/get-project-by-id-or-name.ts 25% <0%> (-3.58%) ⬇️
src/util/metrics.ts 70.58% <0%> (+2.4%) ⬆️

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 81abab8...8f8a147. Read the comment docs.

@thasophearak
Copy link
Contributor Author

Modified files, got auto formatted by pre-commit hook.

await writeNpmRc(entryPath, process.env.NPM_AUTH_TOKEN);
}

debug('installing dependencies...');
console.log('Installing dependencies...');
Copy link
Member

Choose a reason for hiding this comment

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

@Sophearak Was this changes to console.log() intentionally?

Copy link
Member

@styfle styfle Sep 19, 2019

Choose a reason for hiding this comment

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

It looks like you changed it in every builder so I think that's good 👍

Also I see your PR description says this is intentional 😄

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Indeed, this is intended 🙌

@styfle styfle changed the title [builders] Consistency capitalize logs line [builders] Consistently capitalize first letter of logs Sep 19, 2019
@kodiakhq kodiakhq bot merged commit 4336f48 into canary Sep 19, 2019
@kodiakhq kodiakhq bot deleted the builders/capitalize-log-line branch September 19, 2019 17:21
styfle pushed a commit that referenced this pull request Sep 30, 2019
* Consistency capitalize logs line `@now/next`

* Consistency capitalize logs line `@now/node`

* Consistency capitalize logs line `@now/go`

* Consistency capitalize logs line `@now/python`

* Always show `Installing dependencies...`

* Consistency capitalize logs line `run-user-scripts`

* Capitalize `Running`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants