Skip to content

Commit

Permalink
Use run number
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimaceOfDespair authored Jan 8, 2025
1 parent 41ecfb1 commit a39b1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
# Concat major.minor with build attempt to guarantee unique vsix
TAG=$(echo ${{ github.ref_name }} | sed -E 's/.*v([[:digit:]]+\.[[:digit:]]+).*/\1/')
echo "VERSION=$TAG.${{ github.run_attempt }}" >> $GITHUB_ENV
echo "VERSION=$TAG.${{ github.run_number }}" >> $GITHUB_ENV
# Assume prerelease if existing release is marked as such, or tag contains hyphen
IS_PRERELEASE=$(gh release view ${{ github.ref_name }} --json isPrerelease --jq '.isPrerelease' || echo '')
Expand Down

4 comments on commit a39b1ab

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 67.98% 637/937
🔴 Branches 52.25% 174/333
🔴 Functions 59.6% 90/151
🟡 Lines 68.35% 540/790

Test suite run success

20 tests passing in 5 suites.

Report generated by 🧪jest coverage report action from a39b1ab

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 67.98% 637/937
🔴 Branches 52.25% 174/333
🔴 Functions 59.6% 90/151
🟡 Lines 68.35% 540/790

Test suite run success

20 tests passing in 5 suites.

Report generated by 🧪jest coverage report action from a39b1ab

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 67.98% 637/937
🔴 Branches 52.25% 174/333
🔴 Functions 59.6% 90/151
🟡 Lines 68.35% 540/790

Test suite run success

20 tests passing in 5 suites.

Report generated by 🧪jest coverage report action from a39b1ab

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 67.98% 637/937
🔴 Branches 52.25% 174/333
🔴 Functions 59.6% 90/151
🟡 Lines 68.35% 540/790

Test suite run success

20 tests passing in 5 suites.

Report generated by 🧪jest coverage report action from a39b1ab

Please sign in to comment.