We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31786a5 commit cb491c7Copy full SHA for cb491c7
2 files changed
.codefactor.yml
@@ -0,0 +1,6 @@
1
+# CodeFactor configuration
2
+# https://support.codefactor.io/i14-ignore-files-or-folders
3
+
4
+exclude_paths:
5
+ # Vendored third-party code - keep as-is from upstream
6
+ - 'src/easydiffraction/utils/_vendored/jupyter_dark_detect/**'
codecov.yml
@@ -0,0 +1,17 @@
+# Codecov configuration
+# https://docs.codecov.com/docs/codecovyml-reference
+coverage:
+ status:
+ project:
7
+ default:
8
+ # Allow small coverage decrease (vendored code adds uncovered lines)
9
+ threshold: 0.5%
10
+ patch:
11
12
+ # Lower threshold for patches containing vendored code
13
14
15
+ignore:
16
+ # Vendored third-party code - not our code to test
17
0 commit comments