Skip to content

Commit

Permalink
chore: add test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagoda11 committed May 21, 2024
1 parent 66d61ec commit 1bfff5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci # 📦 Install dependencies
- run: npm run build --if-present # 🏗️ Build the project
- run: npm test # 🧪 Run tests
- run: npm run test:coverage # 🧪
env:
CI: true # 🤖 CI mode
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2

0 comments on commit 1bfff5d

Please sign in to comment.