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

Generate agents after upgrading node version #617

Merged
merged 1 commit into from
Mar 7, 2023

Conversation

joecroninallen
Copy link
Contributor

Generate agents after upgrading node version.
I had to remove my node_modules and do a fresh yarn install, then I finally got the go generate ./... in agents to work properly.

@github-actions github-actions bot added the go Pull requests that update Go code label Mar 7, 2023
@codecov
Copy link

codecov bot commented Mar 7, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.00762 ⚠️

Comparison is base (263a80f) 44.22765% compared to head (1b5c61b) 44.22003%.

Additional details and impacted files
@@                 Coverage Diff                 @@
##              master        #617         +/-   ##
===================================================
- Coverage   44.22765%   44.22003%   -0.00762%     
===================================================
  Files            469         469                 
  Lines          39412       39412                 
  Branches         183         183                 
===================================================
- Hits           17431       17428          -3     
- Misses         19874       19876          +2     
- Partials        2107        2108          +1     
Flag Coverage Δ
agents 64.97011% <ø> (-0.05434%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
agents/indexer/domain.go 50.90909% <0.00000%> (-10.90909%) ⬇️
agents/domains/evm/evm.go 63.41463% <0.00000%> (-7.31709%) ⬇️
agents/agents/executor/executor.go 58.41210% <0.00000%> (+1.13421%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@joecroninallen joecroninallen merged commit 42c6c67 into master Mar 7, 2023
@joecroninallen joecroninallen deleted the feat/TryGoGenerate branch March 7, 2023 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants