diff --git a/codecov.yml b/codecov.yml index 332c98ec832..bd80776f3ec 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,13 +1,13 @@ ignore: - "**/*.pb.go" - - "runtime/src/storage/mkvs/interop" # MKVS interoperability test helpers. - - "go/storage/mkvs/interop" # MKVS interoperability test helpers. + - "go/consensus/tendermint/fuzz" # Fuzz tests. + - "go/extra" # Extra packages. + - "go/oasis-net-runner" # Test local network runner. - "go/oasis-node/cmd/debug" # Debug and test utilities. - "go/oasis-test-runner" # E2E test runner. - - "go/oasis-net-runner" # Test local network runner. - - "go/staking/gen_vectors" # Staking test vector generator. - "go/registry/gen_vectors" # Registry test vector generator. + - "go/staking/gen_vectors" # Staking test vector generator. - "go/storage/fuzz" # Fuzz tests. - "go/storage/mkvs/fuzz" # Fuzz tests. - - "go/consensus/tendermint/fuzz" # Fuzz tests. - - "go/extra" # Extra packages. + - "go/storage/mkvs/interop" # MKVS interoperability test helpers. + - "runtime/src/storage/mkvs/interop" # MKVS interoperability test helpers.