Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Exotica0122 committed Apr 6, 2024
1 parent d167124 commit 61bd527
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Code Coverage Summary
on: pull_request
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: irongut/CodeCoverageSummary@v1.3.0
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jobs:
steps:
# Checkout the Repo
- uses: actions/checkout@v2
- uses: irongut/CodeCoverageSummary@v1.3.0

# Install Node 18
- name: Setup Node
Expand Down

0 comments on commit 61bd527

Please sign in to comment.