summaryrefslogtreecommitdiff
path: root/vendor/codeberg.org/superseriousbusiness/oauth2/v4/go.test.sh
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-04-25 15:15:36 +0200
committerLibravatar GitHub <noreply@github.com>2025-04-25 15:15:36 +0200
commitffde1b150faca940bc6c172068aa068cf468aa39 (patch)
tree2b325bf50946b95502d948d5700c148d667346d8 /vendor/codeberg.org/superseriousbusiness/oauth2/v4/go.test.sh
parent[chore] Update `activity` to v1.14.0 (#4038) (diff)
downloadgotosocial-ffde1b150faca940bc6c172068aa068cf468aa39.tar.xz
[chore] Move deps to code.superseriousbusiness.org (#4054)
Diffstat (limited to 'vendor/codeberg.org/superseriousbusiness/oauth2/v4/go.test.sh')
-rw-r--r--vendor/codeberg.org/superseriousbusiness/oauth2/v4/go.test.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/vendor/codeberg.org/superseriousbusiness/oauth2/v4/go.test.sh b/vendor/codeberg.org/superseriousbusiness/oauth2/v4/go.test.sh
deleted file mode 100644
index 7141c0d3e..000000000
--- a/vendor/codeberg.org/superseriousbusiness/oauth2/v4/go.test.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env bash
-
-set -e
-echo "" > coverage.txt
-
-for d in $(go list ./... | grep -v vendor); do
- go test -race -coverprofile=profile.out -covermode=atomic "$d"
- if [ -f profile.out ]; then
- cat profile.out >> coverage.txt
- rm profile.out
- fi
-done \ No newline at end of file