Skip to content

Commit

Permalink
Updated codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Jul 4, 2024
1 parent e4e1341 commit f8b371d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ jobs:
exit 1 ;
fi"
- name: 📤 Upload Codecov coverage report
uses: codecov/codecov-action@v1.5.0
uses: codecov/codecov-action@v4
with:
token: ${{ secrects.CODECOV_TOKEN }}

# Runs Cypress acceptance tests
integration-test:
Expand Down

0 comments on commit f8b371d

Please sign in to comment.