Skip to content

Commit

Permalink
Merge branch 'main' into tony/test-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-codecov committed Nov 28, 2024
2 parents 13a8b08 + 4317efa commit 767c84e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest

name: Coverage
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
- run: npm i
- run: npm run testAll
- run: codecov-action@v5


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"testFrontend": "jest ./frontend",
"testWords": "jest ./words",
"testTemples": "jest ./temples",
"testAll": "jest --watchAll"
"testAll": "jest"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 767c84e

Please sign in to comment.