We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e69d304 commit cda95fdCopy full SHA for cda95fd
.codecov.yml
@@ -30,6 +30,7 @@ ignore:
30
- "tests/**"
31
- "ws_messages_pb2.py"
32
- "cylc/flow/scripts/report_timings.py"
33
+ - "cylc/flow/network/graphql_subscribe.py"
34
35
flag_management:
36
default_rules:
tox.ini
@@ -31,6 +31,7 @@ exclude=
.git,
__pycache__,
.tox,
+ **graphql_subscribe.py,
**data_messages_pb2.py
paths =
37
./cylc/flow
0 commit comments