commit a3ae988c8c2aae8abf304cf64b7a26631235815e
parent 55168813468757d6ff05b855e399e21fed828adc
Author: triesap <tyson@radroots.org>
Date: Tue, 3 Mar 2026 22:16:12 +0000
ci: restore coverage gate and remove tracked local identity
Diffstat:
5 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
@@ -27,7 +27,7 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: run strict gate
- run: scripts/just/coverage_gate.sh
+ run: make coverage-gate
- name: upload coverage artifacts
if: always()
diff --git a/.gitignore b/.gitignore
@@ -25,6 +25,9 @@ Thumbs.db
.dev*
.local*
.vscode
+identity.json
+identity.*.json
+!identity.example.json
notes*.txt
notes*.md
notes*.json
@@ -36,4 +39,4 @@ justfile
# dev
*dev*.toml
-*.dev*.json
-\ No newline at end of file
+*.dev*.json
diff --git a/.gitmodules b/.gitmodules
diff --git a/identity.example.json b/identity.example.json
@@ -0,0 +1,4 @@
+{
+ "secret_key": "replace-with-local-secret-key",
+ "public_key": "replace-with-local-public-key"
+}
diff --git a/identity.json b/identity.json
@@ -1,4 +0,0 @@
-{
- "secret_key": "b13b688e1aa9f113739745549484901d90a7b0e84d4c78d8baf969670d5cfce4",
- "public_key": "1bdeb157e3ec787d13db044b2d0675fc0c9886ef0292fd0b2f480f172877a157"
-}
-\ No newline at end of file