mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-21 23:22:34 +01:00
chore: remove stale TODO, update codecov-action to v5, refresh tech debt doc
The guild daily RP rollover TODO in handlers_guild_ops.go was stale — the feature was already implemented via lazy rollover in handlers_guild.go. Several other items in technical-debt.md were also resolved in prior commits (typos, db guard investigation). Updated the doc to reflect current state and bumped codecov-action to v5.
This commit is contained in:
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
run: go test -race -coverprofile=coverage.out ./... -timeout=10m
|
||||
|
||||
- name: Upload Coverage to Codecov
|
||||
uses: codecov/codecov-action@v4
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
files: ./coverage.out
|
||||
flags: unittests
|
||||
|
||||
Reference in New Issue
Block a user