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

tests: Add integration tests #813

Merged
merged 22 commits into from
Feb 9, 2025
Merged

tests: Add integration tests #813

merged 22 commits into from
Feb 9, 2025

Conversation

yohamta
Copy link
Collaborator

@yohamta yohamta commented Feb 8, 2025

Changes

@yohamta yohamta merged commit 93ad72f into main Feb 9, 2025
4 checks passed
@yohamta yohamta deleted the integration-tests branch February 9, 2025 14:28
Copy link

codecov bot commented Feb 9, 2025

Codecov Report

Attention: Patch coverage is 47.94521% with 76 lines in your changes missing coverage. Please review.

Project coverage is 55.93%. Comparing base (39f0ce8) to head (5c80186).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
internal/digraph/builder.go 14.28% 24 Missing ⚠️
internal/digraph/params.go 41.17% 8 Missing and 2 partials ⚠️
internal/digraph/assert.go 25.00% 6 Missing ⚠️
internal/digraph/loader.go 70.00% 6 Missing ⚠️
cmd/start_all.go 0.00% 5 Missing ⚠️
internal/client/client.go 50.00% 3 Missing and 1 partial ⚠️
cmd/scheduler.go 40.00% 3 Missing ⚠️
cmd/setup.go 57.14% 2 Missing and 1 partial ⚠️
internal/digraph/schedule.go 25.00% 3 Missing ⚠️
internal/digraph/command.go 0.00% 2 Missing ⚠️
... and 10 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #813      +/-   ##
==========================================
- Coverage   56.06%   55.93%   -0.14%     
==========================================
  Files          73       73              
  Lines        7921     7920       -1     
==========================================
- Hits         4441     4430      -11     
- Misses       3102     3110       +8     
- Partials      378      380       +2     
Files with missing lines Coverage Δ
internal/digraph/scheduler/node.go 69.79% <100.00%> (+0.15%) ⬆️
internal/digraph/scheduler/scheduler.go 85.52% <100.00%> (+0.19%) ⬆️
internal/digraph/template.go 28.00% <100.00%> (ø)
internal/logger/context.go 65.71% <ø> (-0.96%) ⬇️
cmd/dry.go 68.00% <50.00%> (-0.84%) ⬇️
cmd/restart.go 52.89% <66.66%> (-0.68%) ⬇️
cmd/retry.go 54.05% <66.66%> (-1.21%) ⬇️
cmd/server.go 80.30% <66.66%> (-0.58%) ⬇️
cmd/start.go 63.06% <50.00%> (-0.66%) ⬇️
cmd/status.go 55.88% <66.66%> (-3.58%) ⬇️
... and 14 more

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 39f0ce8...5c80186. Read the comment docs.

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.

pre conditions not working
1 participant