Skip to content

Commit

Permalink
chore(cov): update carryforward flags (#8762)
Browse files Browse the repository at this point in the history
chore(cov): update carryforward flags
  • Loading branch information
Jolg42 committed Aug 16, 2021
1 parent a6b914c commit 879367d
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions codecov.yml → .github/codecov.yml
@@ -1,8 +1,14 @@
# Disable PR comments until we are proud and willing to have
# the results be more public
# Disable PR comments for now
comment: false

# About `carryforward: true`
# https://docs.codecov.com/docs/carryforward-flags

flags:
cli:
carryforward: true
paths:
- packages/cli/
client:
carryforward: true
paths:
Expand All @@ -19,11 +25,15 @@ flags:
carryforward: true
paths:
- packages/generator-helper/
sdk:
integration-tests:
carryforward: true
paths:
- packages/sdk/
introspection:
- packages/integration-tests/
migrate:
carryforward: true
paths:
- packages/introspection/
- packages/migrate/
sdk:
carryforward: true
paths:
- packages/sdk/

0 comments on commit 879367d

Please sign in to comment.