0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-01 03:59:03 +02:00

Sytest coverage file

This commit is contained in:
Till Faelligen 2023-03-22 14:58:36 +01:00
parent b741d38e10
commit a4400bdd76
No known key found for this signature in database
GPG key ID: ACCDC9606D472758

View file

@ -89,7 +89,7 @@ jobs:
- name: Collect coverage
run: |
go tool covdata textfmt -i=$(find Sytest* -name 'covmeta*' -type f -exec dirname {} \; | uniq | awk -F '/' '$3!="" {print $0}' | paste -s -d ',' -) -o sytest.cov
grep -Ev 'relayapi|setup/mscs|api_trace' complement.cov > final.cov
grep -Ev 'relayapi|setup/mscs|api_trace' sytest.cov > final.cov
go tool covdata func -i=$(find Sytest* -name 'covmeta*' -type f -exec dirname {} \; | uniq | awk -F '/' '$3!="" {print $0}' | paste -s -d ',' -)
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3