Skip to content

Commit

Permalink
ci: remove coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Apr 7, 2024
1 parent a1245f4 commit 625e71e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,9 @@ jobs:
fi
- name: Setup CTFd
run: |
go build -cover -o ctfd-setup cmd/ctfd-setup/main.go
export COVERDIR="cover"
mkdir $COVERDIR
GOCOVERDIR=$COVERDIR ./ctfd-setup
go tool covdata textfmt -i=$COVERDIR -o cov.out
run: go run cmd/ctfd-setup/main.go
env:
CTFD_URL: http://localhost:8000

- name: Upload coverage to Coveralls
uses: shogo82148/actions-goveralls@785c9d68212c91196d3994652647f8721918ba11 # v1.9.0
with:
path-to-profile: cov.out

go-lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 625e71e

Please sign in to comment.