Skip to content

Commit 7d8b80b

Browse files
Copilotmsaroufim
andcommitted
Update README with CI documentation
Co-authored-by: msaroufim <[email protected]>
1 parent 14bbddf commit 7d8b80b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,16 @@ these steps to run the test suite:
9090

9191
We would like to keep code coverage high, ideally above 90%.
9292

93+
## Continuous Integration
94+
95+
Tests run automatically in CI via GitHub Actions on all pull requests and pushes to main. The CI workflow runs:
96+
97+
- **Frontend tests**: React/TypeScript tests using Vitest (83 tests)
98+
- **Backend tests**: Python tests using pytest with Docker (42+ tests)
99+
- **Coverage reporting**: Code coverage analysis
100+
101+
See `.github/workflows/test.yml` for the complete CI configuration.
102+
93103
## Run the development server
94104

95105
Let's get the development server up and running! Use this command:

0 commit comments

Comments
 (0)