Skip to content

Commit

Permalink
ci: fix Go coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Apr 7, 2024
1 parent 64f1ebe commit 3a2fa85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
export COVERDIR="cover"
mkdir $COVERDIR
GOCOVERDIR=$COVERDIR ./ctfd-setup
go tool covdata textfmt -i=$COVERDIR -o cov.out
go tool covdata textfmt -i=$COVERDIR # -o cov.out
env:
CTFD_URL: http://localhost:8000

Expand Down

0 comments on commit 3a2fa85

Please sign in to comment.