Skip to content

Commit 8771f10

Browse files
committed
tests: generate new reports for recent changes
- c4ec310 - 0c59b18 - 31df4ca
1 parent 31df4ca commit 8771f10

4 files changed

Lines changed: 21 additions & 20 deletions

File tree

assets/coverage-report.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
| Category | Percentage | Covered/Total |
88
| :--------- | :--------: | :-----------: |
9-
| Statements | 100% | 260/260 |
10-
| Branches | 100% | 82/82 |
11-
| Functions | 100% | 12/12 |
12-
| Lines | 100% | 260/260 |
9+
| Statements | 100% | 127/127 |
10+
| Branches | 100% | 62/62 |
11+
| Functions | 100% | 18/18 |
12+
| Lines | 100% | 120/120 |
1313

1414
## Coverage by File
1515

assets/jscpd-report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
77
| Format | Files analyzed | Total lines | Total tokens | Clones found | Duplicated lines | Duplicated tokens |
88
| ---------- | -------------- | ----------- | ------------ | ------------ | ---------------- | ----------------- |
9-
| typescript | 25 | 1659 | 13475 | 0 | 0 (0%) | 0 (0%) |
10-
| **Total:** | **25** | **1659** | **13475** | **0** | **0 (0%)** | **0 (0%)** |
9+
| typescript | 25 | 1666 | 13562 | 0 | 0 (0%) | 0 (0%) |
10+
| **Total:** | **25** | **1666** | **13562** | **0** | **0 (0%)** | **0 (0%)** |

assets/tests-badge.svg

Lines changed: 1 addition & 1 deletion
Loading

assets/tests-report.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44

55
## Summary
66

7-
- **Total Tests**: 55
7+
- **Total Tests**: 56
88
- **Test Suites**: 35
9-
- **Duration**: 723ms
9+
- **Duration**: 583ms
1010

1111
| Status | File | Tests ||| ⏭️ ||
1212
| :----: | :--------------------------------------------------------------------------------------------- | :---: | :-: | :-: | :-: | :--: |
13-
|| [tests/index.test.ts](#-testsindextestts) | 1 | 1 | - | - | 4ms |
14-
|| [tests/issues.test.ts](#-testsissuestestts) | 3 | 3 | - | - | 3ms |
15-
|| [tests/main.test.ts](#-testsmaintestts) | 7 | 7 | - | - | 18ms |
16-
|| [tests/pull_request.test.ts](#-testspull_requesttestts) | 5 | 5 | - | - | 4ms |
17-
|| [tests/utils/action-inputs.test.ts](#-testsutilsaction-inputstestts) | 9 | 9 | - | - | 2ms |
13+
|| [tests/index.test.ts](#-testsindextestts) | 1 | 1 | - | - | 6ms |
14+
|| [tests/issues.test.ts](#-testsissuestestts) | 3 | 3 | - | - | 10ms |
15+
|| [tests/main.test.ts](#-testsmaintestts) | 7 | 7 | - | - | 6ms |
16+
|| [tests/pull_request.test.ts](#-testspull_requesttestts) | 5 | 5 | - | - | 6ms |
17+
|| [tests/utils/action-inputs.test.ts](#-testsutilsaction-inputstestts) | 9 | 9 | - | - | 3ms |
1818
|| [tests/utils/add-labels.test.ts](#-testsutilsadd-labelstestts) | 3 | 3 | - | - | 2ms |
19-
|| [tests/utils/add-reactions.test.ts](#-testsutilsadd-reactionstestts) | 5 | 5 | - | - | 5ms |
20-
|| [tests/utils/create-comment.test.ts](#-testsutilscreate-commenttestts) | 2 | 2 | - | - | 3ms |
21-
|| [tests/utils/fc-event.test.ts](#-testsutilsfc-eventtestts) | 6 | 6 | - | - | 2ms |
22-
|| [tests/utils/is-first-time-contributor.test.ts](#-testsutilsis-first-time-contributortestts) | 8 | 8 | - | - | 13ms |
19+
|| [tests/utils/add-reactions.test.ts](#-testsutilsadd-reactionstestts) | 6 | 6 | - | - | 5ms |
20+
|| [tests/utils/create-comment.test.ts](#-testsutilscreate-commenttestts) | 2 | 2 | - | - | 2ms |
21+
|| [tests/utils/fc-event.test.ts](#-testsutilsfc-eventtestts) | 6 | 6 | - | - | 1ms |
22+
|| [tests/utils/is-first-time-contributor.test.ts](#-testsutilsis-first-time-contributortestts) | 8 | 8 | - | - | 4ms |
2323
|| [tests/utils/is-supported-event.test.ts](#-testsutilsis-supported-eventtestts) | 1 | 1 | - | - | 1ms |
24-
|| [tests/utils/was-the-first-contribution.test.ts](#-testsutilswas-the-first-contributiontestts) | 5 | 5 | - | - | 1ms |
24+
|| [tests/utils/was-the-first-contribution.test.ts](#-testsutilswas-the-first-contributiontestts) | 5 | 5 | - | - | 2ms |
2525

2626
## Details
2727

@@ -101,7 +101,8 @@
101101
✅ does NOT add reactions on 'closed' events
102102
✅ adds a single, valid reaction
103103
✅ adds multiple, valid reactions
104-
✅ warns but continues if one of multiple reactions is invalid
104+
✅ warns but continues if some of the reactions are invalid
105+
✅ does not error if all reactions are invalid
105106
106107
```
107108

0 commit comments

Comments
 (0)