From bc1a77786517283b2723100f8e7d57dc02aa937b Mon Sep 17 00:00:00 2001 From: Olga Malysheva Date: Tue, 12 Nov 2024 11:51:43 -0600 Subject: [PATCH] Add status badge and clean-up the code --- .github/workflows/coverity.yml | 9 +-------- README.md | 1 + 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 3c4d82a732..1212b34425 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -55,7 +55,6 @@ jobs: run: tar -czvf cov-int.tgz build/cov-int - name: Submit Coverity results for analysis run: | - echo GITHUB_SHA_SHORT=${GITHUB_SHA::8} >> $GITHUB_ENV curl \ --form token="${{ secrets.COVERITY_TOKEN }}" \ --form email="${{ secrets.COVERITY_EMAIL }}" \ @@ -63,10 +62,4 @@ jobs: --form version="${{ inputs.version }}" \ --form description="oneTBB-master-${{ env.GITHUB_SHA }}" \ "https://scan.coverity.com/builds?project=${{env.COVERITY_PROJECT}}" - - if: always() - name: Save artifacts - uses: actions/upload-artifact@v4 - with: - name: ${{ github.job }} - path: cov-int.tgz - retention-days: 2 \ No newline at end of file + diff --git a/README.md b/README.md index 2e7c2e81ba..8ebcc39ef3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Join the community on GitHub Discussions](https://badgen.net/badge/join%20the%20discussion/on%20github/blue?icon=github)](https://github.com/oneapi-src/oneTBB/discussions) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9125/badge)](https://www.bestpractices.dev/projects/9125) [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/oneapi-src/oneTBB/badge)](https://securityscorecards.dev/viewer/?uri=github.com/oneapi-src/oneTBB) +[![Coverity Scan Build Status](https://img.shields.io/coverity/scan/30373.svg)](https://scan.coverity.com/projects/oneapi-src-onetbb) oneTBB is a flexible C++ library that simplifies the work of adding parallelism to complex applications, even if you are not a threading expert.