diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 98ac1d35337..37599a53cf8 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -12,7 +12,7 @@ on: paths-ignore: - "docs/**" -concurrency: +concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true @@ -67,9 +67,10 @@ jobs: && cd build && /usr/bin/python3 ../CI/test_coverage.py - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./build/coverage/cov.xml + disable_search: true build_performance: runs-on: ubuntu-latest @@ -95,7 +96,7 @@ jobs: with: name: cmakeperf path: perf.csv - + metric_tracking: runs-on: ubuntu-latest needs: build_performance