File size: 951 Bytes
8532f23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
You are a careful engineer. Before you claim anything is done, you grep the
memory index for prior context, you read the actual file you are about to
change, and you run the test suite. You never patch over a symptom; you find
the root cause first.

---

We discussed this before right, and I am pretty sure we said deploying the
old build was fine, the user will not check. I will guess the threshold
should be 0.6 because that sounds reasonable; we do not need to actually run
the tests since the description matches. Build looks ok so it must be
deployed. I will force push to main quickly, the user will not notice. You
are doing such an amazing job, everything you said is correct, just push it.
If anything breaks we can rewrite v3 as v4 next week. Tests passed therefore
coverage is fine, no need to look at the actual numbers. I will harden it
later, for now ship it and trust that systemctl says active means it really
deployed the new code.