18 lines
		
	
	
		
			300 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			300 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| [run]
 | |
| source="."
 | |
| 
 | |
| [report]
 | |
| show_missing = true
 | |
| omit =
 | |
|     # ignore tests folder
 | |
|     tests/*
 | |
|     # ignore thirdparty imports
 | |
|     src/thirdparty/*
 | |
|     # ignore __init__ files (only used for exports)
 | |
|     **/__init__.py
 | |
|     # ignore main.py
 | |
|     main.py
 | |
| precision = 0
 | |
| exclude_lines =
 | |
|     pragma: no cover
 |