mirror of
https://github.com/samuele-cozzi/obsidian-marp-slides.git
synced 2026-07-22 07:40:25 +00:00
feat: unit tests
This commit is contained in:
parent
14e312daa9
commit
bc07f3c0d3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-please.yml
vendored
2
.github/workflows/release-please.yml
vendored
|
|
@ -74,7 +74,7 @@ jobs:
|
|||
env:
|
||||
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
|
||||
with:
|
||||
coverageCommand: ynpm run test
|
||||
coverageCommand: npm run test
|
||||
coverageLocations: |
|
||||
${{github.workspace}}/tests/coverage/lcov.info:lcov
|
||||
- name: Upload zip file
|
||||
|
|
|
|||
Loading…
Reference in a new issue