-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
on: ["push", "pull_request"] | ||
|
||
name: Test Coveralls Parallel | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
test_number: | ||
- 1 | ||
- 2 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Use Node.js 16.x | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16.x | ||
|
||
- name: npm install | ||
run: npm install | ||
|
||
- name: Test ${{ matrix.test_number }} | ||
run: make test-coverage-${{ matrix.test_number }} | ||
- name: Coveralls Parallel | ||
uses: coverallsapp/github-action@v2 | ||
with: | ||
flag-name: run-${{ join(matrix.*, '-') }} | ||
parallel: true | ||
|
||
finish: | ||
needs: test | ||
if: ${{ always() }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Coveralls Finished | ||
uses: coverallsapp/github-action@v2 | ||
with: | ||
parallel-finished: true | ||
carryforward: "run-1,run-2" |
95bb2e2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 CodeThreat Security Scan Completed for HulajDusza-serwis
Hello Team,
Great news! We've just completed a thorough security scan for HulajDusza-serwis, and here's what we found:
⏱ Quick Overview
📊 New Security Issues Discovered
We've identified 1 new security concerns. Here's a breakdown by severity:
🛠 Detailed Vulnerability Analysis
We've identified vulnerabilities across the codebase. Here's a detailed look:
🔗 Software Composition Analysis (SCA) Insights
package-lock.json
Severity Summary: Critical: 5 High: 16 Medium: 14 Low: 5
📈 Next Steps & Full Report
To dive deeper, click here to view the full report. It's essential to review these findings and plan the necessary fixes. If any of the critical/high issues need more discussion, let's set up a quick meeting to strategize our next steps.
🔒 Security isn't just a feature; it's a responsibility. Let's keep our codebase rock solid!
95bb2e2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 CodeThreat Security Scan Completed for HulajDusza-serwis
Hello Team,
Great news! We've just completed a thorough security scan for HulajDusza-serwis, and here's what we found:
⏱ Quick Overview
🛠 Detailed Vulnerability Analysis
We've identified vulnerabilities across the codebase. Here's a detailed look:
🔗 Software Composition Analysis (SCA) Insights
package-lock.json
Severity Summary: Critical: 5 High: 16 Medium: 14 Low: 5
📈 Next Steps & Full Report
To dive deeper, click here to view the full report. It's essential to review these findings and plan the necessary fixes. If any of the critical/high issues need more discussion, let's set up a quick meeting to strategize our next steps.
🔒 Security isn't just a feature; it's a responsibility. Let's keep our codebase rock solid!