Skip to content

Commit a5b779a

Browse files
authored
Merge pull request #424 from fasenderos/c8-coverage
test: c8 coverage reporter
2 parents 7dc1d13 + 0abb8b4 commit a5b779a

14 files changed

+813
-6
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
name: Unit tests
4343
command: npm run test:cov
4444
- codecov/upload:
45-
file: './lcov.info'
45+
file: './coverage/lcov.info'
4646

4747
workflows:
4848
version: 2

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pids
1616
*.pid.lock
1717

1818
# Report and coverage generated by node test runner
19+
coverage
1920
lcov.info
2021

2122
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)

0 commit comments

Comments
 (0)