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

Add CODEOWNERS file to auto-assign reviewers #1646

Merged
merged 1 commit into from Jan 23, 2020

Conversation

erimatnor
Copy link
Contributor

A CODEOWNERS file allows assigning default reviewers for a branch,
obviating the need to add reviewers manually.

A `CODEOWNERS` file allows assigning default reviewers for a branch,
obviating the need to add reviewers manually.
@erimatnor erimatnor requested review from a team, pmwkaa, mkindahl and k-rus and removed request for a team January 23, 2020 10:25
Copy link
Contributor

@pmwkaa pmwkaa left a comment

Choose a reason for hiding this comment

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

seems like a nice feature 👍

@codecov
Copy link

codecov bot commented Jan 23, 2020

Codecov Report

Merging #1646 into master will increase coverage by 0.33%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #1646      +/-   ##
=========================================
+ Coverage   91.56%   91.9%   +0.33%     
=========================================
  Files         144     142       -2     
  Lines       21959   21014     -945     
=========================================
- Hits        20107   19312     -795     
+ Misses       1852    1702     -150
Flag Coverage Δ
#cron ?
#pr 91.9% <ø> (-0.02%) ⬇️
Impacted Files Coverage Δ
src/plan_add_hashagg.c 43.33% <0%> (-45.01%) ⬇️
src/telemetry/uuid.c 84.61% <0%> (-15.39%) ⬇️
src/planner_import.c 58.01% <0%> (-12.13%) ⬇️
src/cache_invalidate.c 78.12% <0%> (-2.44%) ⬇️
src/bgw_policy/chunk_stats.c 83.92% <0%> (-1.56%) ⬇️
src/loader/loader.c 91.57% <0%> (-1.25%) ⬇️
src/histogram.c 89.02% <0%> (-1.22%) ⬇️
src/estimate.c 86.17% <0%> (-0.83%) ⬇️
src/telemetry/telemetry.c 79.55% <0%> (-0.71%) ⬇️
src/cache.c 84.82% <0%> (-0.65%) ⬇️
... and 76 more

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 f298ff0...c583553. Read the comment docs.

@erimatnor erimatnor merged commit ab5d062 into timescale:master Jan 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants