File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 2323 cache : ' pnpm'
2424 - name : Install dependencies
2525 run : pnpm install
26- - name : Run tests
27- run : pnpm test
26+ - name : Run tests & coverage
27+ run : pnpm run coverage
28+ - name : Upload coverage reports to Codecov
29+ uses : codecov/codecov-action@v5
30+ with :
31+ token : ${{ secrets.CODECOV_TOKEN }}
32+ slug : bitsnaps/puter-cli
33+
Original file line number Diff line number Diff line change 22
33<p align =" center " >
44 <img alt="test" src="https://github.com/bitsnaps/puter-cli/actions/workflows/npm-build.yml/badge.svg">
5+ <a href="https://codecov.io/github/bitsnaps/puter-cli" >
6+ <img src="https://codecov.io/github/bitsnaps/puter-cli/graph/badge.svg?token=TFPCdwdFxF"/>
7+ </a>
58 <img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/bitsnaps/puter-cli">
69</p >
710
You can’t perform that action at this time.
0 commit comments