File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 2121 shell : bash -l {0}
2222 run : |
2323 cd chartlets.py
24- pytest
24+ pytest --cov=chartlets.py --cov-report=xml
25+
26+ - name : Upload coverage reports to Codecov
27+ uses : codecov/codecov-action@v4
28+ with :
29+ directory : chartlets.py/
30+ verbose : true
31+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 3232 cd chartlets.js/packages/lib
3333 npm run test
3434
35+ - name : Lib coverage
36+ run : |
37+ cd chartlets.js/packages/lib
38+ npm run coverage
39+
40+ - name : Upload coverage reports for lib to Codecov
41+ uses : codecov/codecov-action@v4
42+ with :
43+ directory : chartlets.js/packages/lib/
44+ verbose : true
45+ token : ${{ secrets.CODECOV_TOKEN }}
46+
3547 - name : Lib build
3648 run : |
3749 cd chartlets.js/packages/lib
You can’t perform that action at this time.
0 commit comments