Skip to content

Commit

Permalink
upload coverage reports to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Magdi committed Jan 30, 2024
1 parent db71a6f commit aedf234
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: ['main']

jobs:
build:
test:
runs-on: ubuntu-latest

services:
Expand All @@ -31,4 +31,7 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm test --runInBand
- run: npm run build
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit aedf234

Please sign in to comment.