Skip to content

FEAT: trace.create width value support added - #2408

Merged
svandenb-dev merged 5 commits into
mainfrom
path-create-accept-value
Jul 23, 2026
Merged

FEAT: trace.create width value support added#2408
svandenb-dev merged 5 commits into
mainfrom
path-create-accept-value

Conversation

@svandenb-dev

@svandenb-dev svandenb-dev commented Jul 19, 2026

Copy link
Copy Markdown
Collaborator

This PR is adding Value support with Path.create()

closes #2392

@github-actions github-actions Bot added the testing Anything related to testing label Jul 19, 2026
@svandenb-dev svandenb-dev changed the title FEAT: trace. width value support added FEAT: trace.create width value support added Jul 19, 2026
@codacy-production

codacy-production Bot commented Jul 19, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 duplication

Metric Results
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@codecov-commenter

codecov-commenter commented Jul 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.88%. Comparing base (5cbae21) to head (8f58a7c).
⚠️ Report is 321 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2408      +/-   ##
==========================================
+ Coverage   70.20%   74.88%   +4.67%     
==========================================
  Files         261      271      +10     
  Lines       42416    46311    +3895     
==========================================
+ Hits        29779    34679    +4900     
+ Misses      12637    11632    -1005     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread src/pyedb/grpc/database/primitive/path.py Outdated
@svandenb-dev
svandenb-dev enabled auto-merge (squash) July 20, 2026 16:08
Comment thread src/pyedb/grpc/database/primitive/path.py Outdated
# Conflicts:
#	src/pyedb/grpc/database/modeler.py
@svandenb-dev
svandenb-dev dismissed hui-zhou-a’s stale review July 23, 2026 05:42

Done you can review again

@svandenb-dev
svandenb-dev merged commit 83b7d2c into main Jul 23, 2026
28 checks passed
@svandenb-dev
svandenb-dev deleted the path-create-accept-value branch July 23, 2026 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testing Anything related to testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Path.create hints width as float but underlying API accepts more types

4 participants