File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434
3535 - name : Run tests with coverage
3636 run : npm run coverage
37+
38+ - name : Upload coverage reports to Codecov
39+ uses : codecov/codecov-action@v5
40+ with :
41+ token : ${{ secrets.CODECOV_TOKEN }}
42+ files : ./coverage/lcov.info
Original file line number Diff line number Diff line change 11[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://opensource.org/licenses/MIT )
22[ ![ jsdoc] ( https://img.shields.io/static/v1?label=jsdoc&message=%20api%20&color=blue )] ( https://jsdoc.app/ )
33![ Build & Test] ( https://github.com/db-developer/ts-obsidian-log/actions/workflows/ci.yml/badge.svg )
4+ [ ![ codecov] ( https://codecov.io/gh/db-developer/ts-obsidian-log/branch/master/graph/badge.svg )] ( https://codecov.io/gh/db-developer/ts-obsidian-log )
45
56[ BOTTOM] ( #project-structure ) [ CHANGELOG] ( CHANGELOG.md ) [ LICENSE] ( LICENSE ) [ ROADMAP] ( ROADMAP.md )
67
You can’t perform that action at this time.
0 commit comments