Skip to content

Commit 79cee14

Browse files
Ignore profiles and some codecov (#196)
Add all profile directories to gitignore Add heavy examples to codecov ignore
1 parent c40fa56 commit 79cee14

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ benchmark/*
3333
# Misc files
3434
.DS_Store
3535
/notebooks/*
36-
/profile/*
36+
**/profile/*
3737
/statprof/*
3838
/debug/*

codecov.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Ignore some of the untestable examples
2+
# until we can find a good way to handle
3+
# their heavy package dependencies
4+
ignore:
5+
- "examples/constituents"
6+
- "examples/EDM4hep"
7+
- "examples/lundplane"
8+
- "examples/softkiller"
9+
- "examples/substructure"
10+
- "examples/visualisation"
11+
- "test/data"

0 commit comments

Comments
 (0)