Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Add IsTracing flag to ctx#576

Merged
codchen merged 1 commit intomainfrom
tony/add-ctx-tracer-flag
Apr 7, 2025
Merged

Add IsTracing flag to ctx#576
codchen merged 1 commit intomainfrom
tony/add-ctx-tracer-flag

Conversation

@codchen
Copy link
Copy Markdown
Collaborator

@codchen codchen commented Apr 7, 2025

Describe your changes and provide context

Add flag to ctx for execution to know whether it's for real processing or for simulation/tracers

Testing performed to validate your change

local sei

@codchen codchen requested a review from philipsu522 April 7, 2025 07:27
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 7, 2025

Codecov Report

Attention: Patch coverage is 28.57143% with 5 lines in your changes missing coverage. Please review.

Project coverage is 54.56%. Comparing base (3d77518) to head (28bdcb4).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
types/context.go 0.00% 5 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #576      +/-   ##
==========================================
- Coverage   54.57%   54.56%   -0.01%     
==========================================
  Files         632      632              
  Lines       55272    55277       +5     
==========================================
- Hits        30163    30162       -1     
- Misses      22950    22956       +6     
  Partials     2159     2159              
Files with missing lines Coverage Δ
x/upgrade/keeper/keeper.go 83.52% <100.00%> (ø)
types/context.go 52.34% <0.00%> (-1.05%) ⬇️

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@codchen codchen merged commit 8f02bf7 into main Apr 7, 2025
14 of 15 checks passed
@codchen codchen deleted the tony/add-ctx-tracer-flag branch April 7, 2025 07:52
codchen added a commit that referenced this pull request Apr 26, 2025
## Describe your changes and provide context
Add flag to ctx for execution to know whether it's for real processing
or for simulation/tracers

## Testing performed to validate your change
local sei
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants