Skip to content

Commit

Permalink
chore: generate codecov config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylvln committed Oct 12, 2023
1 parent 212e69f commit ba1495e
Show file tree
Hide file tree
Showing 5 changed files with 430 additions and 121 deletions.
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

node scripts/generate_codecov_config.cjs
npx --no -- lint-staged
102 changes: 102 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
comment:
layout: reach, diff, flags, files
behavior: default
require_changes: false
require_base: true
require_head: true
coverage:
status:
project:
default: {}
google-agones-sdk-bindings-java:
flags:
- google-agones-sdk-bindings-java
shulker-sdk-bindings-rust:
flags:
- shulker-sdk-bindings-rust
shulker-sdk-bindings-java:
flags:
- shulker-sdk-bindings-java
shulker-server-agent:
flags:
- shulker-server-agent
shulker-proxy-agent:
flags:
- shulker-proxy-agent
shulker-server-api:
flags:
- shulker-server-api
google-agones-crds:
flags:
- google-agones-crds
google-agones-sdk:
flags:
- google-agones-sdk
shulker-proxy-api:
flags:
- shulker-proxy-api
shulker-operator:
flags:
- shulker-operator
shulker-utils:
flags:
- shulker-utils
shulker-crds:
flags:
- shulker-crds
shulker-sdk:
flags:
- shulker-sdk
flags:
google-agones-sdk-bindings-java:
paths:
- packages/google-agones-sdk/bindings/java
carryforward: true
shulker-sdk-bindings-rust:
paths:
- packages/shulker-sdk/bindings/rust
carryforward: true
shulker-sdk-bindings-java:
paths:
- packages/shulker-sdk/bindings/java
carryforward: true
shulker-server-agent:
paths:
- packages/shulker-server-agent
carryforward: true
shulker-proxy-agent:
paths:
- packages/shulker-proxy-agent
carryforward: true
shulker-server-api:
paths:
- packages/shulker-server-api
carryforward: true
google-agones-crds:
paths:
- packages/google-agones-crds
carryforward: true
google-agones-sdk:
paths:
- packages/google-agones-sdk
carryforward: true
shulker-proxy-api:
paths:
- packages/shulker-proxy-api
carryforward: true
shulker-operator:
paths:
- packages/shulker-operator
carryforward: true
shulker-utils:
paths:
- packages/shulker-utils
carryforward: true
shulker-crds:
paths:
- packages/shulker-crds
carryforward: true
shulker-sdk:
paths:
- packages/shulker-sdk
carryforward: true
Loading

0 comments on commit ba1495e

Please sign in to comment.