feat: unit tests

This commit is contained in:
samuele-cozzi 2023-03-08 12:14:53 +01:00 committed by GitHub
parent 14e312daa9
commit bc07f3c0d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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