No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
7ca5a95
... +3 ...
cab9f5b
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
78 | 78 | * @param int $order |
|
79 | 79 | * @return \OCP\AppFramework\Db\Entity |
|
80 | 80 | */ |
|
81 | - | public function create($title, $stackId, $type = 'plain', $order = 999) { |
|
82 | - | return $this->cardService->create($title, $stackId, $type, $order, $this->userId); |
|
81 | + | public function create($title, $stackId, $type = 'plain', $order = 999, $description = '', $duedate = null) { |
|
82 | + | return $this->cardService->create($title, $stackId, $type, $order, $this->userId, $description, $duedate); |
|
83 | 83 | } |
|
84 | 84 | ||
85 | 85 | /** |
Learn more Showing 4 files with coverage changes found.
lib/Service/CardService.php
lib/Activity/DeckProvider.php
lib/Db/BoardMapper.php
lib/Activity/ActivityManager.php
Files | Coverage |
---|---|
lib | 0.01% 48.97% |
Project Totals (91 files) | 48.97% |
cab9f5b
e11f048
d8c0240
6e6ae23
7ca5a95