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 56f79ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
mkdir $COVERDIR
GOCOVERDIR=$COVERDIR ./ctfd-setup
go tool covdata textfmt -i=$COVERDIR -o cov.out
cat cov.out
env:
CTFD_URL: http://localhost:8000

Expand Down

0 comments on commit 56f79ca

Please sign in to comment.