File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - name : Install dependencies
2121 run : yarn install
2222 - run : yarn typecheck
23- - run : yarn vitest run
23+ - run : yarn vitest run --coverage
24+ - name : Upload coverage to Codecov
25+ if : always()
26+ uses : codecov/codecov-action@v5
27+ with :
28+ token : ${{ secrets.CODECOV_TOKEN }}
2429 - run : yarn build
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ MCP server for Cisco CUCM Real-time Information Service (RIS) and PerfMon SOAP A
44
55[ ![ npm] ( https://img.shields.io/npm/v/@calltelemetry/cisco-ris-mcp )] ( https://www.npmjs.com/package/@calltelemetry/cisco-ris-mcp )
66[ ![ CI] ( https://github.com/calltelemetry/cisco-ris-mcp/actions/workflows/ci.yml/badge.svg )] ( https://github.com/calltelemetry/cisco-ris-mcp/actions/workflows/ci.yml )
7+ [ ![ codecov] ( https://codecov.io/gh/calltelemetry/cisco-ris-mcp/graph/badge.svg )] ( https://codecov.io/gh/calltelemetry/cisco-ris-mcp )
78
89Built by [ Call Telemetry] ( https://calltelemetry.com ) — realtime tools for Cisco Collaboration.
910
You can’t perform that action at this time.
0 commit comments