Skip to content

Commit

Permalink
Merge pull request ubiquity#49 from rndquu/ci/run-knip-on-fail
Browse files Browse the repository at this point in the history
ci: run knip reporter on failure
  • Loading branch information
gitcoindev authored Jun 21, 2024
2 parents 109dfd3 + b355f3a commit 0e1cf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/knip-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
knip-reporter:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion != 'success' }}
steps:
- uses: actions/download-artifact@v4
with:
Expand All @@ -24,7 +25,6 @@ jobs:
trim: true

- name: Report knip results to pull request
if: ${{ github.event.workflow_run.conclusion != 'success' }}
uses: gitcoindev/knip-reporter@main
with:
verbose: true
Expand Down

5 comments on commit 0e1cf4d

@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 80% 4/5
🟒 Branches 100% 0/0
🟑 Functions 66.67% 2/3
🟒 Lines 80% 4/5

Test suite run success

1 tests passing in 1 suite.

Report generated by πŸ§ͺjest coverage report action from 0e1cf4d

@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 80% 4/5
🟒 Branches 100% 0/0
🟑 Functions 66.67% 2/3
🟒 Lines 80% 4/5

Test suite run success

1 tests passing in 1 suite.

Report generated by πŸ§ͺjest coverage report action from 0e1cf4d

@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 80% 4/5
🟒 Branches 100% 0/0
🟑 Functions 66.67% 2/3
🟒 Lines 80% 4/5

Test suite run success

1 tests passing in 1 suite.

Report generated by πŸ§ͺjest coverage report action from 0e1cf4d

@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 80% 4/5
🟒 Branches 100% 0/0
🟑 Functions 66.67% 2/3
🟒 Lines 80% 4/5

Test suite run success

1 tests passing in 1 suite.

Report generated by πŸ§ͺjest coverage report action from 0e1cf4d

@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 80% 4/5
🟒 Branches 100% 0/0
🟑 Functions 66.67% 2/3
🟒 Lines 80% 4/5

Test suite run success

1 tests passing in 1 suite.

Report generated by πŸ§ͺjest coverage report action from 0e1cf4d

Please sign in to comment.