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 23, 2022
1 parent 15291fd commit c31d927
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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.5",
"version": "1.2203.6",
"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 Wed Mar 23 2022 11:26:58 GMT+0000 (Coordinated Universal Time)
at Wed Mar 23 2022 11:29: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 @@ -292,7 +292,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 Wed Mar 23 2022 11:26:58 GMT+0000 (Coordinated Universal Time)
at Wed Mar 23 2022 11:29:34 GMT+0000 (Coordinated Universal Time)
</div>
<script src="prettify.js"></script>
<script>
Expand Down
16 changes: 8 additions & 8 deletions reports/coverage/test-report.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?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="285"/>
<testCase name="1. Board Resolving 1.2: Handle unavailable item" duration="518"/>
<testCase name="2. Column ID Resolving 2.1: Resolve Column ID by Title" duration="153"/>
<testCase name="2. Column ID Resolving 2.2: Handle unavailable column" duration="264"/>
<testCase name="3. Change Status column 3.1: Change status column to valid value" duration="635"/>
<testCase name="1. Board Resolving 1.1: Resolve Board ID by Item" duration="153"/>
<testCase name="1. Board Resolving 1.2: Handle unavailable item" duration="91"/>
<testCase name="2. Column ID Resolving 2.1: Resolve Column ID by Title" duration="963"/>
<testCase name="2. Column ID Resolving 2.2: Handle unavailable column" duration="888"/>
<testCase name="3. Change Status column 3.1: Change status column to valid value" duration="653"/>
<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="1"/>
<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.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.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"/>
</file>
</testExecutions>

0 comments on commit c31d927

Please sign in to comment.