Skip to content

Commit

Permalink
fix: CI pipeline issues. (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo authored Nov 10, 2023
1 parent ce8326b commit 28b5a8f
Show file tree
Hide file tree
Showing 4 changed files with 212 additions and 1,976 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
with:
audit_level: moderate
create_issues: false
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Jest Coverage Comment
uses: MishaKav/[email protected]
Expand Down
Loading

1 comment on commit 28b5a8f

@github-actions
Copy link

Choose a reason for hiding this comment

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

Lines Statements Branches Functions
Coverage: 41%
36.94% (1545/4182) 24.9% (724/2907) 38.58% (487/1262)

JUnit

Tests Skipped Failures Errors Time
209 2 💤 0 ❌ 0 🔥 51.434s ⏱️

Please sign in to comment.