Commit 9a38e29
committed
"Update PHPUnit workflow to simplify testing process"
**Details:**
- Simplified the PHPUnit testing workflow by using a single `phpunit` command.
- Removed granular test suites (unit, integration, smoke) and related coverage and logging configuration.
- Eliminated explicit artifact uploads and Codecov configuration steps for coverage reporting.
- Consolidated the workflow to enhance maintainability and reduce overhead.1 parent 627bf2c commit 9a38e29
1 file changed
Lines changed: 1 addition & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 25 | | |
30 | 26 | | |
31 | 27 | | |
| |||
48 | 44 | | |
49 | 45 | | |
50 | 46 | | |
51 | | - | |
52 | 47 | | |
53 | 48 | | |
54 | 49 | | |
55 | 50 | | |
56 | 51 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
| 52 | + | |
0 commit comments