You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-08-08 22:46:33 +02:00
chore(deps): update dependency codeclimate/test-reporter to v1
Merge pull request #2564 from oauth2-proxy/renovate/codeclimate-test-reporter-1.x
This commit is contained in:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -32,10 +32,10 @@ jobs:
|
|||||||
# renovate: datasource=github-tags depName=golangci/golangci-lint
|
# renovate: datasource=github-tags depName=golangci/golangci-lint
|
||||||
GOLANGCI_LINT_VERSION: v1.55.2
|
GOLANGCI_LINT_VERSION: v1.55.2
|
||||||
# renovate: datasource=github-tags depName=codeclimate/test-reporter
|
# renovate: datasource=github-tags depName=codeclimate/test-reporter
|
||||||
CODECLIMATE_VERSION: v0.11.1
|
CODECLIMATE_VERSION: v1.0.1
|
||||||
run: |
|
run: |
|
||||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LINT_VERSION}
|
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LINT_VERSION}
|
||||||
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-${CODECLIMATE_VERSION}-linux-amd64 > ./cc-test-reporter
|
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-${CODECLIMATE_VERSION#v}-linux-amd64 > ./cc-test-reporter
|
||||||
chmod +x ./cc-test-reporter
|
chmod +x ./cc-test-reporter
|
||||||
|
|
||||||
- name: Verify Code Generation
|
- name: Verify Code Generation
|
||||||
|
2
.github/workflows/test.sh
vendored
2
.github/workflows/test.sh
vendored
@ -17,7 +17,7 @@ if [ -z $CC_TEST_REPORTER_ID ]; then
|
|||||||
echo "3. CC_TEST_REPORTER_ID is unset, skipping"
|
echo "3. CC_TEST_REPORTER_ID is unset, skipping"
|
||||||
else
|
else
|
||||||
echo "3. Running after-build"
|
echo "3. Running after-build"
|
||||||
./cc-test-reporter after-build --exit-code $TEST_STATUS -t gocov --prefix $(go list -m)
|
./cc-test-reporter after-build --exit-code $TEST_STATUS --prefix $(go list -m)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$TEST_STATUS" -ne 0 ]; then
|
if [ "$TEST_STATUS" -ne 0 ]; then
|
||||||
|
Reference in New Issue
Block a user