Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Add eosio-code-coverage config to pipeline.jsonc
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed Jul 14, 2020
1 parent 9e2feee commit c8488f5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pipeline.jsonc
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
{
"eosio-code-coverage":
{
"exclude": [ // ignore coverage reports from source filenames matching these PCREs
"^/build/",
"^/coverage/",
"^/.git/",
"^/libraries/eos-vm/",
"^/libraries/fc/",
"^/libraries/wabt/",
"^/libraries/wasm-jit/",
"^/node_modules/",
"^/unittests/"
],
"expect": [ // expect coverage reports from source filenames matching these PCREs
"[.]c(pp)?([.]in)?$",
"[.]h(pp)?([.]in)?$"
]
},
"eosio-docker-builds":
{
"environment":

0 comments on commit c8488f5

Please sign in to comment.