Skip to content

Commit fa3df50

Browse files
Demo PR 5
1 parent 526a53e commit fa3df50

2 files changed

Lines changed: 2 additions & 35 deletions

File tree

.github/codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ coverage:
55
status:
66
project:
77
default:
8+
target: 50%
89
informational: true
910
if_ci_failed: ignore
1011
patch:
1112
default:
13+
target: 50%
1214
informational: true
1315
if_ci_failed: ignore
1416

src/app/clusters/closure-control-server/closure-control-cluster-logic.cpp

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -732,41 +732,6 @@ void DemoFunction()
732732
ChipLogProgress(AppServer, "Demo function - line 13");
733733
ChipLogProgress(AppServer, "Demo function - line 14");
734734
ChipLogProgress(AppServer, "Demo function - line 15");
735-
ChipLogProgress(AppServer, "Demo function - line 16");
736-
ChipLogProgress(AppServer, "Demo function - line 17");
737-
ChipLogProgress(AppServer, "Demo function - line 18");
738-
ChipLogProgress(AppServer, "Demo function - line 19");
739-
ChipLogProgress(AppServer, "Demo function - line 20");
740-
ChipLogProgress(AppServer, "Demo function - line 21");
741-
ChipLogProgress(AppServer, "Demo function - line 22");
742-
ChipLogProgress(AppServer, "Demo function - line 23");
743-
ChipLogProgress(AppServer, "Demo function - line 24");
744-
ChipLogProgress(AppServer, "Demo function - line 25");
745-
ChipLogProgress(AppServer, "Demo function - line 26");
746-
ChipLogProgress(AppServer, "Demo function - line 27");
747-
ChipLogProgress(AppServer, "Demo function - line 28");
748-
ChipLogProgress(AppServer, "Demo function - line 29");
749-
ChipLogProgress(AppServer, "Demo function - line 30");
750-
ChipLogProgress(AppServer, "Demo function - line 31");
751-
ChipLogProgress(AppServer, "Demo function - line 32");
752-
ChipLogProgress(AppServer, "Demo function - line 33");
753-
ChipLogProgress(AppServer, "Demo function - line 34");
754-
ChipLogProgress(AppServer, "Demo function - line 35");
755-
ChipLogProgress(AppServer, "Demo function - line 36");
756-
ChipLogProgress(AppServer, "Demo function - line 37");
757-
ChipLogProgress(AppServer, "Demo function - line 38");
758-
ChipLogProgress(AppServer, "Demo function - line 39");
759-
ChipLogProgress(AppServer, "Demo function - line 40");
760-
ChipLogProgress(AppServer, "Demo function - line 41");
761-
ChipLogProgress(AppServer, "Demo function - line 42");
762-
ChipLogProgress(AppServer, "Demo function - line 43");
763-
ChipLogProgress(AppServer, "Demo function - line 44");
764-
ChipLogProgress(AppServer, "Demo function - line 45");
765-
ChipLogProgress(AppServer, "Demo function - line 46");
766-
ChipLogProgress(AppServer, "Demo function - line 47");
767-
ChipLogProgress(AppServer, "Demo function - line 48");
768-
ChipLogProgress(AppServer, "Demo function - line 49");
769-
ChipLogProgress(AppServer, "Demo function - line 50");
770735
ChipLogProgress(AppServer, "Demo function completed - final line");
771736
}
772737

0 commit comments

Comments
 (0)