Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ jobs:
name: backend-coverage
slug: HardMax71/Integr8sCode
fail_ci_if_error: false
root_dir: backend
codecov_yml_path: .github/codecov.yml

- name: Collect logs
if: failure()
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
name: frontend-coverage
slug: HardMax71/Integr8sCode
fail_ci_if_error: false
root_dir: frontend
codecov_yml_path: .github/codecov.yml

e2e:
name: E2E Tests
Expand Down
Loading