mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 23:53:25 +00:00
* monorepo: core * monorepo: tools and server * mono: repo refactor * moved tests, removed old files * update server tests * agent server location and TBD * fix formatting * add new workflows * rename core to common, mcp-server, to mcp, agent-server to agent * remove nodejs tests * test: add simple GitHub Actions workflow for running tests on PR * test workflow * feat: add test coverage reporting to GitHub Actions workflow - Run tests with --coverage flag to generate coverage reports - Display coverage summary in PR comments - Upload coverage artifacts for analysis - Show coverage in GitHub Actions summary * simple test workflow