mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 17:00:08 +00:00
* test: add gateway integration test
* test(gateway): fix connection test
* test(gateway): add heartbeat test
* ci: add integration test
* fix: add uWebSockets.js
* ci: add timeout
* test(utils): remove old test
* Revert "test(utils): remove old test"
This reverts commit 04fb6dd4b5.
* test(gateway): fix uws server
* test(gateway): fix type
* chore: update codecov flag
* test(gateway): remove dev code
---------
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
38 lines
759 B
YAML
38 lines
759 B
YAML
flags:
|
|
client-unit:
|
|
carryforward: false
|
|
discordeno-unit:
|
|
carryforward: false
|
|
embeds-unit:
|
|
carryforward: false
|
|
bot-unit:
|
|
carryforward: false
|
|
bot-e2e:
|
|
carryforward: true
|
|
gatway-unit:
|
|
carryforward: false
|
|
gatway-integration:
|
|
carryforward: false
|
|
logger-unit:
|
|
carryforward: false
|
|
rest-unit:
|
|
carryforward: false
|
|
rest-integration:
|
|
carryforward: false
|
|
rest-e2e:
|
|
carryforward: true
|
|
utils-unit:
|
|
carryforward: false
|
|
cache_plugin-unit:
|
|
carryforward: false
|
|
fileloader_plugin-unit:
|
|
carryforward: false
|
|
permissions_plugin-unit:
|
|
carryforward: false
|
|
utils_plugin-unit:
|
|
carryforward: false
|
|
validations_plugin-unit:
|
|
carryforward: false
|
|
comment:
|
|
show_carryforward_flags: true
|