Commit graph

12 commits

Author SHA1 Message Date
google-labs-jules[bot]
b17d32999c fix: Correctly scope fuzz test in CI workflow
This commit fixes the fuzz test in the GitHub Actions workflow by correctly scoping it to the `pkg/trix` package. The `go test -fuzz` command can only be run on a single package at a time.

This also corrects the `-run` flag to ensure the fuzz test is executed correctly.
2025-11-04 01:28:24 +00:00
google-labs-jules[bot]
6d9ae98916 feat: Add vet, race and fuzz testing to CI
Adds `go vet`, race detection, and fuzz testing to the GitHub Actions workflow. This will improve the quality and robustness of the codebase.
2025-11-03 19:17:46 +00:00
google-labs-jules[bot]
209b2e395d feat: Add MkDocs website with GitHub Pages deployment
This commit adds a new documentation website built with MkDocs and the Material theme.

The website includes pages for:
- Trix & Sigil Chaining
- Hashing
- Checksums
- RSA
- Standalone Sigils

A GitHub Actions workflow is also included to automatically build and deploy the site to GitHub Pages when changes are merged into the main branch.
2025-11-03 01:02:49 +00:00
Snider
1a114d1f64
Integrate Codecov for coverage report uploads
Add step to upload coverage reports to Codecov
2025-11-02 22:09:54 +00:00
google-labs-jules[bot]
085a8b3ba7 feat: Add test coverage to workflow
This commit adds a step to the GitHub Actions workflow to generate and upload a test coverage report. It also renames the `Verifyf` function in the `lthn` package to `Verify` to match the Core repository.
2025-10-30 18:21:38 +00:00
Snider
d149871e9a w.i.p 2022-01-23 21:14:25 +00:00
Snider
b4c343e890 w.i.p 2022-01-23 20:50:38 +00:00
Snider
a18dc8bf16 w.i.p 2022-01-23 20:44:48 +00:00
Snider
26edbd1675 w.i.p 2022-01-23 20:42:18 +00:00
Snider
0bedf7b52b . 2022-01-23 20:32:21 +00:00
Snider
35e2ad4e9e Clean up 2022-01-23 18:51:44 +00:00
Snider
9ce645883d
Create deno.yml 2022-01-23 18:24:57 +00:00