|
6 | 6 |
|
7 | 7 | - **Total Tests**: 68 |
8 | 8 | - **Test Suites**: 39 |
9 | | -- **Duration**: 941ms |
| 9 | +- **Duration**: 951ms |
10 | 10 |
|
11 | 11 | | Status | File | Tests | ✅ | ❌ | ⏭️ | ⏳ | |
12 | 12 | | :----: | :--------------------------------------------------------------------------------------------- | :---: | :-: | :-: | :-: | :--: | |
13 | | -| ✅ | [tests/index.test.ts](#-testsindextestts) | 1 | 1 | - | - | 13ms | |
| 13 | +| ✅ | [tests/index.test.ts](#-testsindextestts) | 1 | 1 | - | - | 12ms | |
14 | 14 | | ✅ | [tests/issues.test.ts](#-testsissuestestts) | 3 | 3 | - | - | 5ms | |
15 | | -| ✅ | [tests/main.test.ts](#-testsmaintestts) | 11 | 11 | - | - | 8ms | |
| 15 | +| ✅ | [tests/main.test.ts](#-testsmaintestts) | 11 | 11 | - | - | 11ms | |
16 | 16 | | ✅ | [tests/pull_request.test.ts](#-testspull_requesttestts) | 5 | 5 | - | - | 8ms | |
17 | 17 | | ✅ | [tests/utils/action-inputs.test.ts](#-testsutilsaction-inputstestts) | 9 | 9 | - | - | 3ms | |
18 | 18 | | ✅ | [tests/utils/add-labels.test.ts](#-testsutilsadd-labelstestts) | 3 | 3 | - | - | 2ms | |
19 | | -| ✅ | [tests/utils/add-reactions.test.ts](#-testsutilsadd-reactionstestts) | 6 | 6 | - | - | 9ms | |
| 19 | +| ✅ | [tests/utils/add-reactions.test.ts](#-testsutilsadd-reactionstestts) | 6 | 6 | - | - | 7ms | |
20 | 20 | | ✅ | [tests/utils/create-comment.test.ts](#-testsutilscreate-commenttestts) | 2 | 2 | - | - | 2ms | |
21 | 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 | - | - | 9ms | |
23 | | -| ✅ | [tests/utils/is-internal-contributor.test.ts](#-testsutilsis-internal-contributortestts) | 8 | 8 | - | - | 7ms | |
24 | | -| ✅ | [tests/utils/is-supported-event.test.ts](#-testsutilsis-supported-eventtestts) | 1 | 1 | - | - | 2ms | |
| 22 | +| ✅ | [tests/utils/is-first-time-contributor.test.ts](#-testsutilsis-first-time-contributortestts) | 8 | 8 | - | - | 7ms | |
| 23 | +| ✅ | [tests/utils/is-internal-contributor.test.ts](#-testsutilsis-internal-contributortestts) | 8 | 8 | - | - | 6ms | |
| 24 | +| ✅ | [tests/utils/is-supported-event.test.ts](#-testsutilsis-supported-eventtestts) | 1 | 1 | - | - | 1ms | |
25 | 25 | | ✅ | [tests/utils/was-the-first-contribution.test.ts](#-testsutilswas-the-first-contributiontestts) | 5 | 5 | - | - | 3ms | |
26 | 26 |
|
27 | 27 | ## Details |
|
53 | 53 | ✅ exits action when the issue or pull request author is NOT a first-time contributor |
54 | 54 | ✅ sets the correct action's outputs for issues |
55 | 55 | ✅ sets the correct action's outputs for pull requests |
56 | | - ✅ throws if GH_PAT_READ_ORG is not set |
| 56 | + ✅ does not throw if GH_PAT_READ_ORG is not set |
57 | 57 |
|
58 | 58 | ✅ fails the action when `fail-on-error` is enabled |
59 | 59 | ✅ doesn't fail the action when `fail-on-error` is disabled |
|
0 commit comments