We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a9428 commit ec613c6Copy full SHA for ec613c6
.gitignore
@@ -30,5 +30,9 @@ tests/.coverage
30
.pixi
31
*.egg-info
32
pyfixest/did/data/mpdata.csv
33
-*.so
34
target
+# Ignore compiled Python extensions from Rust (PyO3/maturin/pyo3-pack)
35
+*.so
36
+*.pyd
37
+*.dll
38
+*.dylib
codecov.yml
@@ -17,6 +17,8 @@ coverage:
17
ignore:
18
- "pyfixest/utils/dgps.py"
19
- "pyfixest/utils/_exceptions.py"
20
+ # cannot compute codecov for numba files (but all are tested)
21
+ - "pyfixest/estimation/numba/*"
22
23
comment:
24
show_diff_only: false
0 commit comments