-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathcodecov.yml
More file actions
20 lines (20 loc) · 618 Bytes
/
Copy pathcodecov.yml
File metadata and controls
20 lines (20 loc) · 618 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
ignore:
- "src/IntuneCD/backup_intune.py"
- "src/IntuneCD/backup_entra.py"
- "src/IntuneCD/update_intune.py"
- "src/IntuneCD/update_entra.py"
- "src/IntuneCD/run_backup.py"
- "src/IntuneCD/run_update.py"
- "src/IntuneCD/document_intune.py"
- "src/IntuneCD/document_entra.py"
- "src/IntuneCD/run_documentation.py"
- "src/IntuneCD/intunecdlib/get_accesstoken.py"
- "src/IntuneCD/intunecdlib/logger.py"
- "src/IntuneCD/backup/Intune/backup_autopilotDevices.py"
- "src/IntuneCD/backup/Intune/backup_activationLock.py"
coverage:
range: 50..75
round: up
precision: 2
status:
patch: off