Skip to content

Commit

Permalink
⏪ revert: revert changes in pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
victorsoares96 committed Jan 25, 2024
1 parent 33989f7 commit 5f930eb
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 5f930eb

Please sign in to comment.