Commit 2c6a669
committed
fix: use correct pragma format for coverage exclusion
- Replace 'pragma: lax no cover' with 'pragma: no cover' (invalid format)
- Add 'pragma: no cover' to the for-loop in terminate() that only
executes when there are active GET SSE scopes (untestable branch)1 parent 3c0d47b commit 2c6a669
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
757 | 757 | | |
758 | 758 | | |
759 | 759 | | |
760 | | - | |
| 760 | + | |
761 | 761 | | |
762 | 762 | | |
763 | 763 | | |
| |||
804 | 804 | | |
805 | 805 | | |
806 | 806 | | |
807 | | - | |
| 807 | + | |
808 | 808 | | |
809 | 809 | | |
810 | 810 | | |
| |||
0 commit comments