Skip to content

Commit

Permalink
Merge pull request #136 from anasnadeemws/fix/fork-workflow-issue
Browse files Browse the repository at this point in the history
fix: workflow fix for fork PRs
  • Loading branch information
alichherawalla authored Mar 20, 2024
2 parents 3c46cfb + e2e2a45 commit ef85f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Node Express GraphQL Template CI

on:
pull_request:
pull_request_target:
branches:
- develop
push:
Expand Down

6 comments on commit ef85f3a

@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

Total coverage

Status Category Percentage Covered / Total
🟢 Statements 94.78% 635/670
🟢 Branches 88.89% 208/234
🟢 Functions 94.55% 156/165
🟢 Lines 94.89% 613/646

Status of coverage: 🟢 - ok, 🟡 - slightly more than threshold, 🔴 - under the threshold

Report generated by 🧪jest coverage report action from ef85f3a

@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

Total coverage

Status Category Percentage Covered / Total
🟢 Statements 94.78% 635/670
🟢 Branches 88.89% 208/234
🟢 Functions 94.55% 156/165
🟢 Lines 94.89% 613/646

Status of coverage: 🟢 - ok, 🟡 - slightly more than threshold, 🔴 - under the threshold

Report generated by 🧪jest coverage report action from bf773c6

@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

Total coverage

Status Category Percentage Covered / Total
🟢 Statements 94.78% 635/670
🟢 Branches 88.89% 208/234
🟢 Functions 94.55% 156/165
🟢 Lines 94.89% 613/646

Status of coverage: 🟢 - ok, 🟡 - slightly more than threshold, 🔴 - under the threshold

Report generated by 🧪jest coverage report action from f2b4646

@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

Total coverage

Status Category Percentage Covered / Total
🟢 Statements 94.78% 635/670
🟢 Branches 88.89% 208/234
🟢 Functions 94.55% 156/165
🟢 Lines 94.89% 613/646

Status of coverage: 🟢 - ok, 🟡 - slightly more than threshold, 🔴 - under the threshold

Report generated by 🧪jest coverage report action from 84feba3

@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

Total coverage

Status Category Percentage Covered / Total
🟢 Statements 94.78% 635/670
🟢 Branches 88.89% 208/234
🟢 Functions 94.55% 156/165
🟢 Lines 94.89% 613/646

Status of coverage: 🟢 - ok, 🟡 - slightly more than threshold, 🔴 - under the threshold

Report generated by 🧪jest coverage report action from 84feba3

@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

Total coverage

Status Category Percentage Covered / Total
🟢 Statements 94.78% 635/670
🟢 Branches 88.89% 208/234
🟢 Functions 94.55% 156/165
🟢 Lines 94.89% 613/646

Status of coverage: 🟢 - ok, 🟡 - slightly more than threshold, 🔴 - under the threshold

Report generated by 🧪jest coverage report action from ce2e0e4

Please sign in to comment.