Files
ferro-ta/.coverage
T

74 lines
52 KiB
Plaintext
Raw Normal View History

2026-03-23 23:34:28 +05:30
SQLite format 3@
 .v‰
V X^
- g ñ œ 8 U i, .XQ }tabletracertracer
CREATE TABLE tracer (
-- A row per file indicating the tracer used for that file.
file_id integer primary key,
tracer text,
foreign key (file_id) references file (id)

‡etablearcarc CREATE TABLE arc (
-- If recording branches, a row per context per from/to line transition executed.
file_id integer, -- foreign key to `file`.
context_id integer, -- foreign key to `context`.
fromno integer, -- line number jumped from.
tono integer, -- line number jumped to.
foreign key (file_id) references file (id),
foreign key (context_id) references context (id),
unique (file_id, context_id, fromno, tono)
)% 9indexsqlite_autoindex_arc_1arc ‡qtableline_bitsline_bits CREATE TABLE line_bits (
-- If recording lines, a row per context per file executed.
-- All of the line numbers for that file/context are in one numbits.
file_id integer, -- foreign key to `file`.
context_id integer, -- foreign key to `context`.
numbits blob, -- see the numbits functions in coverage.numbits
foreign key (file_id) references file (id),
foreign key (context_id) references context (id),
unique (file_id, context_id)
)1 Eindexsqlite_autoindex_line_bits_1line_bits
 tablecontextcontextCREATE TABLE context (
-- A row per context measured.
id integer primary key,
context text,
unique (context)
)-Aindexsqlite_autoindex_context_1contextqtablefilefileCREATE TABLE file (
-- A row per file measured.
id integer primary key,
path text,
unique (path)
)';indexsqlite_autoindex_file_1fileˆtablemetametaCREATE TABLE meta (
-- Key-value pairs, to record metadata about the data
key text,
value text,
unique (key)
-- Possible keys:
-- 'has_arcs' boolean -- Is this data recording branches?
-- 'sys_argv' text -- The coverage command line that recorded the data.
-- 'version' text -- The version of coverage.py that made the file.
-- 'when' text -- Datetime when the file was created.
-- 'hash' text -- Hash of the data.
)';indexsqlite_autoindex_meta_1meta++utablecoverage_schemacoverage_schemaCREATE TABLE coverage_schema (
-- One row, to record the version of the schema in this db.
version integer
)
ûû
èèõ has_arcs
 version
+¾@üºx4
ó
²
i
& æ ¦ a # â ¢ `
Ý
Y
 Û Y ×SÐO
ÑŽJ ÆFC+ /home/runner/work/fast-ta/fast-ta/python/fast_ta/cross_asset.py<*/home/runner/work/fast-ta/fast-ta/python/fast_ta/utils.py@)/home/runner/work/fast-ta/fast-ta/python/fast_ta/workflow.pyA(/home/runner/work/fast-ta/fast-ta/python/fast_ta/portfolio.py?'/home/runner/work/fast-ta/fast-ta/python/fast_ta/signals.pyB& /home/runner/work/fast-ta/fast-ta/python/fast_ta/resampling.pyA%/home/runner/work/fast-ta/fast-ta/python/fast_ta/dashboard.py:${/home/runner/work/fast-ta/fast-ta/python/fast_ta/viz.py@#/home/runner/work/fast-ta/fast-ta/python/fast_ta/features.py:"{/home/runner/work/fast-ta/fast-ta/python/fast_ta/dsl.pyC! /home/runner/work/fast-ta/fast-ta/python/fast_ta/aggregation.py@ /home/runner/work/fast-ta/fast-ta/python/fast_ta/adapters.py?/home/runner/work/fast-ta/fast-ta/python/fast_ta/options.pyD
/home/runner/work/fast-ta/fast-ta/python/fast_ta/mcp/__main__.py</home/runner/work/fast-ta/fast-ta/python/fast_ta/tools.pyD
/home/runner/work/fast-ta/fast-ta/python/fast_ta/mcp/__init__.py:{/home/runner/work/fast-ta/fast-ta/python/fast_ta/raw.py@/home/runner/work/fast-ta/fast-ta/python/fast_ta/_binding.py>/home/runner/work/fast-ta/fast-ta/python/fast_ta/config.py@/home/runner/work/fast-ta/fast-ta/python/fast_ta/pipeline.py:{/home/runner/work/fast-ta/fast-ta/python/fast_ta/gpu.py@/home/runner/work/fast-ta/fast-ta/python/fast_ta/registry.py@/home/runner/work/fast-ta/fast-ta/python/fast_ta/backtest.pyA/home/runner/work/fast-ta/fast-ta/python/fast_ta/streaming.py>/home/runner/work/fast-ta/fast-ta/python/fast_ta/regime.py@/home/runner/work/fast-ta/fast-ta/python/fast_ta/extended.py>/home/runner/work/fast-ta/fast-ta/python/fast_ta/crypto.py?/home/runner/work/fast-ta/fast-ta/python/fast_ta/chunked.py</home/runner/work/fast-ta/fast-ta/python/fast_ta/batch.pyC /home/runner/work/fast-ta/fast-ta/python/fast_ta/attribution.py>
/home/runner/work/fast-ta/fast-ta/python/fast_ta/alerts.py> /home/runner/work/fast-ta/fast-ta/python/fast_ta/volume.pyA /home/runner/work/fast-ta/fast-ta/python/fast_ta/statistic.pyG
/home/runner/work/fast-ta/fast-ta/python/fast_ta/price_transform.py? /home/runner/work/fast-ta/fast-ta/python/fast_ta/pattern.py?/home/runner/work/fast-ta/fast-ta/python/fast_ta/overlap.pyB /home/runner/work/fast-ta/fast-ta/python/fast_ta/volatility.py@/home/runner/work/fast-ta/fast-ta/python/fast_ta/momentum.py@/home/runner/work/fast-ta/fast-ta/python/fast_ta/math_ops.pyB /home/runner/work/fast-ta/fast-ta/python/fast_ta/exceptions.py>/home/runner/work/fast-ta/fast-ta/python/fast_ta/_utils.py</home/runner/work/fast-ta/fast-ta/python/fast_ta/cycle.py@/home/runner/work/fast-ta/fast-ta/python/fast_ta/__init__.py
+¿ ZAÑŒ § b
œ $ ã œ £Pý a
ȯTy