Skip to content

Commit 3ebcfb0

Browse files
committed
chore(profiling): move native coverage tooling changes out
1 parent d025b4c commit 3ebcfb0

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,6 @@ profiling_native:
633633
- ddtrace/profiling/**/*.cc
634634
- ddtrace/profiling/**/*.h
635635
- ddtrace/profiling/**/*.hpp
636-
- ddtrace/profiling/**/*.pxd
637636
- ddtrace/profiling/**/*.pyx
638637
# Build/test config files (not matchable by extension alone)
639638
- ddtrace/internal/datadog/profiling/**/CMakeLists.txt

scripts/check_profiling_native_coverage

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ NATIVE_EXTENSIONS: frozenset[str] = frozenset(
4848
".cc",
4949
".h",
5050
".hpp", # C / C++
51-
".pxd", # Cython declarations
5251
".pyx", # Cython
5352
".cmake", # CMake modules
5453
".sh", # build scripts

scripts/lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ case "$cmd" in
9797
uv_lint python scripts/check_suitespec_coverage.py "$@"
9898
;;
9999
profiling-native-check)
100-
uv_lint python scripts/check_profiling_native_coverage "$@"
100+
uv_lint python scripts/check_profiling_native_coverage.py "$@"
101101
;;
102102
error-log-check)
103103
uv_lint python scripts/check_constant_log_message.py "$@"

0 commit comments

Comments
 (0)