krz/devianter
A DeviantArt guest API library for Go.
clone: git clone https://gitbay.org/krz/devianter.git
aaa6ac0838c8ae7509060ae61758358d2d076518
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-07-15T00:12:01Z
.github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) @@ -38,7 +38,7 @@ jobs: run: go test -v -race -coverprofile=coverage.out ./... - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v7 with: files: ./coverage.out flags: unittests