Files
discordeno/codecov.yml
Jonathan Ho da1660fc1c test(all): add test importing index (#2774)
* test(all): add test importing index

* chore: remove old benchmark dir

* chore: disable coverage status fail

* test(client): add import test with try catch

* test(rest): fix narrow import scope
2023-02-09 09:45:01 -06:00

46 lines
699 B
YAML

flags:
client:
carryforward: false
client-unit:
carryforward: false
discordeno:
carryforward: false
discordeno-unit:
carryforward: false
bot:
carryforward: false
bot-unit:
carryforward: false
bot-e2e:
carryforward: true
gatway:
carryforward: false
gatway-unit:
carryforward: false
gatway-integration:
carryforward: false
rest:
carryforward: false
rest-unit:
carryforward: false
rest-integration:
carryforward: false
rest-e2e:
carryforward: true
utils:
carryforward: false
utils-unit:
carryforward: false
comment:
show_carryforward_flags: true
coverage:
status:
project: off
patch: off