Commit f5a44e5a authored by Marten Seemann's avatar Marten Seemann
Browse files

fix aggregation of coverage profiles

parent 9d8055d4
......@@ -27,7 +27,7 @@ script:
after_success:
- cat go-libp2p-quic-transport.coverprofile > coverage.txt
- cat */*.coverprofile >> coverage.txt
- cat `find . -name "*.coverprofile"` > coverage.txt
- bash <(curl -s https://codecov.io/bash) -f coverage.txt
cache:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment