Skip to content

Commit

Permalink
New Build for production environmet
Browse files Browse the repository at this point in the history
Signed-off-by: Bot (Autocommit Actions) <[email protected]>
  • Loading branch information
actions-user committed Mar 25, 2022
1 parent 5eb50b3 commit 58cfc09
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-monday-state",
"version": "1.2203.13",
"version": "1.2203.14",
"main": "src/index.js",
"files": [
"dist/*"
Expand Down
2 changes: 1 addition & 1 deletion reports/coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1>All files</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at Fri Mar 25 2022 13:20:23 GMT+0000 (Coordinated Universal Time)
at Fri Mar 25 2022 13:34:52 GMT+0000 (Coordinated Universal Time)
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion reports/coverage/lcov-report/monday.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ <h1><a href="index.html">All files</a> monday.js</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at Fri Mar 25 2022 13:20:23 GMT+0000 (Coordinated Universal Time)
at Fri Mar 25 2022 13:34:52 GMT+0000 (Coordinated Universal Time)
</div>
<script src="prettify.js"></script>
<script>
Expand Down
22 changes: 11 additions & 11 deletions reports/coverage/test-report.xml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<testExecutions version="1">
<file path="/home/runner/work/action-monday-state/action-monday-state/test/monday.test.js">
<testCase name="1. Board Resolving 1.1: Resolve Board ID by Item" duration="316"/>
<testCase name="1. Board Resolving 1.2: Handle unavailable item" duration="426"/>
<testCase name="2. Column ID Resolving 2.1: Resolve Column ID by Title" duration="259"/>
<testCase name="2. Column ID Resolving 2.2: Handle unavailable column" duration="153"/>
<testCase name="3. Change Status column 3.1: Change status column to valid value" duration="618"/>
<testCase name="1. Board Resolving 1.1: Resolve Board ID by Item" duration="281"/>
<testCase name="1. Board Resolving 1.2: Handle unavailable item" duration="483"/>
<testCase name="2. Column ID Resolving 2.1: Resolve Column ID by Title" duration="417"/>
<testCase name="2. Column ID Resolving 2.2: Handle unavailable column" duration="307"/>
<testCase name="3. Change Status column 3.1: Change status column to valid value" duration="748"/>
<testCase name="4: Parse Monday.com Item IDs from String 4.1: Parse from simple strings" duration="2"/>
<testCase name="4: Parse Monday.com Item IDs from String 4.2: Fail if string contains no ID" duration="1"/>
<testCase name="4: Parse Monday.com Item IDs from String 4.3: Parse with prefix and postfix" duration="0"/>
<testCase name="4: Parse Monday.com Item IDs from String 4.3: Parse with prefix and postfix" duration="1"/>
<testCase name="4: Parse Monday.com Item IDs from String 4.4: Parse Semantic PR Title" duration="0"/>
<testCase name="4: Parse Monday.com Item IDs from String 4.5: Parse Semantic PR Title with specified prefix/postfix" duration="0"/>
<testCase name="4: Parse Monday.com Item IDs from String 4.5: Parse Semantic PR Title with specified prefix/postfix" duration="1"/>
<testCase name="4: Parse Monday.com Item IDs from String 4.6: Parse commit message" duration="0"/>
<testCase name="4: Parse Monday.com Item IDs from String 4.7: Fail if ID is too long / too short" duration="1"/>
<testCase name="4: Parse Monday.com Item IDs from String 4.8: Multiple IDs can be extracted" duration="1"/>
<testCase name="4: Parse Monday.com Item IDs from String 4.9: Multiple IDs are only extracted once" duration="0"/>
<testCase name="5: Read item Status 5.1: Get Status of Item" duration="211"/>
<testCase name="5: Read item Status 5.1: Get Status of Item that has no status set" duration="520"/>
<testCase name="6: Get Item Names 6.1: Get Item Name" duration="188"/>
<testCase name="7: Integration test for whole action 7.1: Simple usecase" duration="1313"/>
<testCase name="5: Read item Status 5.1: Get Status of Item" duration="210"/>
<testCase name="5: Read item Status 5.1: Get Status of Item that has no status set" duration="185"/>
<testCase name="6: Get Item Names 6.1: Get Item Name" duration="342"/>
<testCase name="7: Integration test for whole action 7.1: Simple usecase" duration="1005"/>
</file>
</testExecutions>

0 comments on commit 58cfc09

Please sign in to comment.