We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14bbddf commit 7d8b80bCopy full SHA for 7d8b80b
README.md
@@ -90,6 +90,16 @@ these steps to run the test suite:
90
91
We would like to keep code coverage high, ideally above 90%.
92
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
103
## Run the development server
104
105
Let's get the development server up and running! Use this command:
0 commit comments