Skip to content

Commit

Permalink
Merge pull request #22 from Consensys/fix-coverage
Browse files Browse the repository at this point in the history
Fix coverage report
  • Loading branch information
blitz-1306 authored Jan 15, 2024
2 parents 203068e + e3c33a5 commit ae8db9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .c8rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
"**/test/**",
"**/coverage/**",
"**/.compiler_cache/**",
"**/scripts/**",
"src/bin/cli.ts",
"scripts/gen_preamble.ts"
"src/lib/souffle/value_header.ts",
"src/lib/souffle/value_parser.ts"
],
"reporter": ["lcov", "text-summary"],
"all": true,
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"eslint.enable": true,
"eslint.validate": ["javascript", "typescript"],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}

0 comments on commit ae8db9f

Please sign in to comment.