Skip to content

Commit d0a0ea7

Browse files
Remove coverage analysis files from repository and update .gitignore
- Remove calculate_coverage.jl, coverage_analysis.jl, final_coverage_summary.jl, simple_coverage_check.jl - Add coverage analysis files to .gitignore to prevent future commits - Keep comprehensive test suite but exclude temporary analysis files
1 parent f3fdaf7 commit d0a0ea7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,14 @@ lcov.info
113113
manual_coverage_analysis.jl
114114
upload_coverage_complete.jl
115115

116+
# Coverage analysis files - should not be in repository
117+
calculate_coverage.jl
118+
coverage_analysis.jl
119+
final_coverage_summary.jl
120+
simple_coverage_check.jl
121+
coverage.lcov
122+
codecov
123+
116124
# Local testing files - metaprogramming development
117125
test/test_metaprog*.jl
118126
benchmark_metaprogramming.jl

0 commit comments

Comments
 (0)