Skip to content

Commit

Permalink
chore: update code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
gorango committed Aug 26, 2024
1 parent e59a4ad commit 6a97b61
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 21 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: main
on:
- pull_request
- push
jobs:
main:
name: ${{matrix.node}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: codecov/codecov-action@v4
with:
node-version: 20
- run: npm install
- run: npm test
21 changes: 0 additions & 21 deletions .github/workflows/main.yml

This file was deleted.

0 comments on commit 6a97b61

Please sign in to comment.