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

Moves CodeGen to shared location #486

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Moves CodeGen to shared location #486

merged 1 commit into from
Jan 7, 2025

Conversation

jordan-rash
Copy link
Contributor

No code changes, just moving location and changing package names

Signed-off-by: Jordan Rash <[email protected]>
@jordan-rash jordan-rash requested a review from a team as a code owner January 7, 2025 19:06
Copy link

github-actions bot commented Jan 7, 2025

Merging this branch will increase overall coverage

Impacted Packages Coverage Δ 🤖
github.com/synadia-io/nex/api 75.44% (+75.44%) 🌟
github.com/synadia-io/nex/api/agent/go/gen 0.00% (ø)
github.com/synadia-io/nex/api/go 23.15% (+23.15%) 🌟
github.com/synadia-io/nex/api/nodecontrol/gen 0.00% (ø)
github.com/synadia-io/nex/cmd/nex 0.00% (ø)
github.com/synadia-io/nex/node/internal/actors 12.85% (ø)
github.com/synadia-io/nex/test 0.00% (ø)

Coverage by file

Changed files (no unit tests)

Changed File Coverage Δ Total Covered Missed 🤖
github.com/synadia-io/nex/api/agent/go/gen/start_workload_request.go 0.00% (ø) 0 0 0
github.com/synadia-io/nex/api/agent/go/gen/stop_workload_request.go 0.00% (ø) 0 0 0
github.com/synadia-io/nex/api/client.go 75.44% (+75.44%) 171 (+171) 129 (+129) 42 (+42) 🌟
github.com/synadia-io/nex/api/go/agent.go 0.00% (ø) 52 (+52) 0 52 (+52)
github.com/synadia-io/nex/api/go/node.go 28.37% (+28.37%) 490 (+490) 139 (+139) 351 (+351) 🌟
github.com/synadia-io/nex/api/go/shared.go 21.41% (+21.41%) 780 (+780) 167 (+167) 613 (+613) 🌟
github.com/synadia-io/nex/api/nodecontrol/gen/agent_ping_response.go 0.00% (ø) 0 0 0
github.com/synadia-io/nex/api/nodecontrol/gen/auction_request.go 0.00% (ø) 0 0 0
github.com/synadia-io/nex/api/nodecontrol/gen/auction_response.go 0.00% (ø) 0 0 0
github.com/synadia-io/nex/api/nodecontrol/gen/clone_workload_request.go 0.00% (ø) 0 0 0
github.com/synadia-io/nex/api/nodecontrol/gen/clone_workload_response.go 0.00% (ø) 0 0 0
github.com/synadia-io/nex/api/nodecontrol/gen/lameduck_request.go 0.00% (ø) 0 0 0
github.com/synadia-io/nex/api/nodecontrol/gen/lameduck_response.go 0.00% (ø) 0 0 0
github.com/synadia-io/nex/api/nodecontrol/gen/node_info_request.go 0.00% (ø) 0 0 0
github.com/synadia-io/nex/api/nodecontrol/gen/node_info_response.go 0.00% (ø) 0 0 0
github.com/synadia-io/nex/api/nodecontrol/gen/node_ping_response.go 0.00% (ø) 0 0 0
github.com/synadia-io/nex/api/nodecontrol/gen/shared.go 0.00% (ø) 0 0 0
github.com/synadia-io/nex/api/nodecontrol/gen/start_workload_request.go 0.00% (ø) 0 0 0
github.com/synadia-io/nex/api/nodecontrol/gen/start_workload_response.go 0.00% (ø) 0 0 0
github.com/synadia-io/nex/api/nodecontrol/gen/stop_workload_request.go 0.00% (ø) 0 0 0
github.com/synadia-io/nex/api/nodecontrol/gen/stop_workload_response.go 0.00% (ø) 0 0 0
github.com/synadia-io/nex/api/nodecontrol/gen/workload_ping_response.go 0.00% (ø) 0 0 0
github.com/synadia-io/nex/cmd/nex/monitor.go 0.00% (ø) 0 0 0
github.com/synadia-io/nex/cmd/nex/node.go 0.00% (ø) 0 0 0
github.com/synadia-io/nex/cmd/nex/workload.go 0.00% (ø) 0 0 0
github.com/synadia-io/nex/node/internal/actors/control_api.go 0.00% (ø) 302 0 302
github.com/synadia-io/nex/node/internal/actors/control_api_conversions.go 0.00% (ø) 24 0 24

Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code.

Changed unit test files

  • github.com/synadia-io/nex/api/client_test.go
  • github.com/synadia-io/nex/test/auction_workload_start_test.go
  • github.com/synadia-io/nex/test/copy_workload_test.go
  • github.com/synadia-io/nex/test/node_test.go
  • github.com/synadia-io/nex/test/workload_test.go

@jordan-rash jordan-rash merged commit cd6aa90 into main Jan 7, 2025
8 checks passed
@jordan-rash jordan-rash deleted the shared_api branch January 7, 2025 20:45
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.

2 participants