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) <actions@github.com>
  • Loading branch information
actions-user committed Mar 25, 2022
1 parent 07dcdf5 commit 5a80ce4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 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.23",
"version": "1.2203.24",
"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 14:26:32 GMT+0000 (Coordinated Universal Time)
at Fri Mar 25 2022 14:52:34 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 14:26:32 GMT+0000 (Coordinated Universal Time)
at Fri Mar 25 2022 14:52:34 GMT+0000 (Coordinated Universal Time)
</div>
<script src="prettify.js"></script>
<script>
Expand Down
26 changes: 13 additions & 13 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="201"/>
<testCase name="1. Board Resolving 1.2: Handle unavailable item" duration="136"/>
<testCase name="2. Column ID Resolving 2.1: Resolve Column ID by Title" duration="270"/>
<testCase name="2. Column ID Resolving 2.2: Handle unavailable column" duration="237"/>
<testCase name="3. Change Status column 3.1: Change status column to valid value" duration="800"/>
<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="1. Board Resolving 1.1: Resolve Board ID by Item" duration="265"/>
<testCase name="1. Board Resolving 1.2: Handle unavailable item" duration="291"/>
<testCase name="2. Column ID Resolving 2.1: Resolve Column ID by Title" duration="95"/>
<testCase name="2. Column ID Resolving 2.2: Handle unavailable column" duration="137"/>
<testCase name="3. Change Status column 3.1: Change status column to valid value" duration="561"/>
<testCase name="4: Parse Monday.com Item IDs from String 4.1: Parse from simple strings" duration="1"/>
<testCase name="4: Parse Monday.com Item IDs from String 4.2: Fail if string contains no ID" duration="2"/>
<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.4: Parse Semantic PR Title" duration="1"/>
<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.6: Parse commit message" duration="1"/>
<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="0"/>
<testCase name="4: Parse Monday.com Item IDs from String 4.9: Multiple IDs are only extracted once" duration="1"/>
<testCase name="5: Read item Status 5.1: Get Status of Item" duration="256"/>
<testCase name="5: Read item Status 5.1: Get Status of Item that has no status set" duration="209"/>
<testCase name="6: Get Item Names 6.1: Get Item Name" duration="104"/>
<testCase name="7: Integration test for whole action 7.1: Simple usecase" duration="952"/>
<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="203"/>
<testCase name="5: Read item Status 5.1: Get Status of Item that has no status set" duration="123"/>
<testCase name="6: Get Item Names 6.1: Get Item Name" duration="112"/>
<testCase name="7: Integration test for whole action 7.1: Simple usecase" duration="1020"/>
</file>
</testExecutions>

0 comments on commit 5a80ce4

Please sign in to comment.