Skip to content

Commit

Permalink
Update cypress.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marclupanc authored Dec 20, 2024
1 parent d6765db commit c648492
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Codecov
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5
with:
flags: E2E
token: ${{ secrets.CODECOV_TOKEN }}



0 comments on commit c648492

Please sign in to comment.