diff options
author | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2023-03-22 14:58:36 +0100 |
---|---|---|
committer | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2023-03-22 14:58:36 +0100 |
commit | a4400bdd765659162f2b1353694828450513ab5c (patch) | |
tree | 053ae9eb27d74112bee2397e9ef439db164c03f3 /.github | |
parent | b741d38e104c45b63630ac1068ed3d425f690691 (diff) |
Sytest coverage file
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/schedules.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/schedules.yaml b/.github/workflows/schedules.yaml index afbefbdd..1606b0a7 100644 --- a/.github/workflows/schedules.yaml +++ b/.github/workflows/schedules.yaml @@ -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 |