Skip to content

Commit

Permalink
codecov parcial
Browse files Browse the repository at this point in the history
  • Loading branch information
enrgaroli committed Apr 29, 2024
1 parent 63e4cd7 commit e6efe3e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
token: '${{ secrets.CODECOV_TOKEN }}'
slug: gti-sos/SOS2324-14
fetch-depth: 2
fetch-depth: 2

- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
Expand All @@ -37,4 +35,7 @@ jobs:
run: npm run test-integration

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4
with:
token: '${{ secrets.CODECOV_TOKEN }}'
slug: gti-sos/SOS2324-14

0 comments on commit e6efe3e

Please sign in to comment.