mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
53cfa8a45a
* feat: Create broker for negotiating connections WebRTC require an exchange of encryption keys and network hops to connect. This package pipes the exchange over gRPC. This will be used in all connecting clients and agents. * Regenerate protobuf definition * Cache Go build and test * Fix gRPC language with dRPC Co-authored-by: Bryan <bryan@coder.com> Co-authored-by: Bryan <bryan@coder.com>
26 lines
575 B
YAML
26 lines
575 B
YAML
codecov:
|
|
require_ci_to_pass: false
|
|
|
|
comment:
|
|
show_carryforward_flags: yes
|
|
|
|
coverage:
|
|
notify:
|
|
slack:
|
|
default:
|
|
url: secret:v1::ALa1/e2X+k36fPseab5D7+kBFc9bJyIoIQioD0IMA5jr+0HXVpBRNDCHZhHjCdGc67yff6PPixPEOLwEZpxC37rM23RBZOYlqAq9A5e0MeZVlEoVq19aOYN4Xel17hMJ6GGm7n17wrYpCpcvlVSqNrN0+cr3guVDyG10kQyfh2Y=
|
|
threshold: 1%
|
|
only_pulls: false
|
|
branches:
|
|
- "main"
|
|
status:
|
|
project:
|
|
default:
|
|
target: 75%
|
|
informational: yes
|
|
|
|
ignore:
|
|
# This is generated code.
|
|
- peerbroker/proto
|
|
- provisionersdk/proto
|