Skip to content

Commit

Permalink
codecov.yml: sort ignore patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrus committed Sep 14, 2020
1 parent 69ec716 commit 73a2057
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 73a2057

Please sign in to comment.