Skip to content

fix: Adjust Makefile tagets to use dependencies #1259

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

Merged
merged 1 commit into from
May 2, 2022
Merged

Conversation

kylecarbs
Copy link
Member

It was getting slow to run make gen and other operations,
but this resolves it by targeting files properly.

It was getting slow to run `make gen` and other operations,
but this resolves it by targeting files properly.
@kylecarbs kylecarbs requested review from coadler and f0ssel May 2, 2022 17:49
@codecov
Copy link

codecov bot commented May 2, 2022

Codecov Report

Merging #1259 (22c1d4a) into main (7fb3c57) will increase coverage by 0.10%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1259      +/-   ##
==========================================
+ Coverage   66.11%   66.22%   +0.10%     
==========================================
  Files         275      275              
  Lines       17948    17952       +4     
  Branches      216      216              
==========================================
+ Hits        11867    11889      +22     
+ Misses       4847     4831      -16     
+ Partials     1234     1232       -2     
Flag Coverage Δ
unittest-go-macos-latest 53.45% <ø> (+0.12%) ⬆️
unittest-go-postgres- 65.08% <ø> (-0.03%) ⬇️
unittest-go-ubuntu-latest 55.85% <ø> (+0.02%) ⬆️
unittest-go-windows-2022 51.71% <ø> (-0.02%) ⬇️
unittest-js 70.69% <ø> (ø)
Impacted Files Coverage Δ
provisioner/echo/serve.go 56.80% <0.00%> (-2.41%) ⬇️
coderd/provisionerdaemons.go 63.48% <0.00%> (-0.51%) ⬇️
provisionerd/provisionerd.go 76.30% <0.00%> (ø)
coderd/workspaceagents.go 56.97% <0.00%> (+0.93%) ⬆️
agent/agent.go 67.14% <0.00%> (+1.52%) ⬆️
peer/conn.go 81.09% <0.00%> (+1.74%) ⬆️
peer/channel.go 88.43% <0.00%> (+4.04%) ⬆️

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 7fb3c57...22c1d4a. Read the comment docs.

@kylecarbs kylecarbs merged commit dacc025 into main May 2, 2022
@kylecarbs kylecarbs deleted the cleanmake branch May 2, 2022 18:23
kylecarbs added a commit that referenced this pull request May 2, 2022
This was a missed item in #1259.
kylecarbs added a commit that referenced this pull request May 2, 2022
This was a missed item in #1259.
kylecarbs added a commit that referenced this pull request May 2, 2022
@misskniss misskniss added this to the V2 Beta milestone May 15, 2022
kylecarbs added a commit that referenced this pull request Jun 10, 2022
It was getting slow to run `make gen` and other operations,
but this resolves it by targeting files properly.
kylecarbs added a commit that referenced this pull request Jun 10, 2022
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.

4 participants