mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-21 23:22:34 +01:00
chore: fix typos, remove stale comment, and update codecov-action to v4
- Remove misleading "For Debuging" comment in sys_session.go - Fix "offical" → "official" typo in handlers_session.go - Update codecov-action@v3 → @v4 in CI workflow - Consolidate technical-debt.md with completed items and updated TOC
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@v3
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
files: ./coverage.out
|
||||
flags: unittests
|
||||
|
||||
Reference in New Issue
Block a user