Skip to content

Commit

Permalink
chore(integration-testing.yml): remove coverage report generation step
Browse files Browse the repository at this point in the history
The coverage report generation step has been removed from the integration testing workflow as it is no longer needed. This change simplifies the workflow and removes unnecessary steps.
  • Loading branch information
ktun95 committed Dec 10, 2024
1 parent 56ec6a8 commit f8ed31a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/integration-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
run: yarn playwright install --with-deps
- name: Integration Tests
run: yarn e2e
- name: Generate Coverage Report
run: yarn coverage-report
- name: Upload Test Coverage to Codecov
uses: codecov/codecov-action@v5
with:
Expand Down

0 comments on commit f8ed31a

Please sign in to comment.