Skip to content

Commit

Permalink
Update pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
victorsoares96 authored Jan 25, 2024
1 parent 5f930eb commit c13db07
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
- name: Unit Testing
run: yarn test:coverage

# - name: Upload Coverage
# uses: codecov/codecov-action@v3
# with:
# # token: ${{secrets.CODECOV_TOKEN}} # not required for public repos
# directory: coverage
# fail_ci_if_error: true
- name: Upload Coverage
uses: codecov/codecov-action@v3
with:
token: ${{secrets.CODECOV_TOKEN}} # not required for public repos
directory: coverage
fail_ci_if_error: true

- name: Build
run: yarn build
Expand Down

0 comments on commit c13db07

Please sign in to comment.