Debugging

This commit is contained in:
Till Faelligen 2023-02-02 12:47:41 +01:00
parent 9781178a86
commit ca06c22355
No known key found for this signature in database
GPG key ID: ACCDC9606D472758

View file

@ -203,6 +203,12 @@ jobs:
run: go install github.com/wadey/gocovmerge@latest
- name: Run gocovmerge
run: |
echo "env:"
env
echo "ls:"
ls -la
echo "Find:"
find -name 'complementcover.log'
find -name 'complementcover.log' | xargs gocovmerge | grep -Ev 'relayapi|setup/mscs|api_trace' > complement.cov
go tool cover -func=complement.cov
- name: Upload coverage to Codecov