Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2082 from ldorau/common-switch-to-the-original-pm…
Browse files Browse the repository at this point in the history
…em-rpma-Coverity-project

common: switch to the original pmem/rpma Coverity project
  • Loading branch information
ldorau committed Nov 8, 2022
2 parents 2d87751 + 17587ef commit 34d417c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![GHA build status](https://github.com/pmem/rpma/workflows/GitHubActions/badge.svg?branch=main)](https://github.com/pmem/rpma/actions)
[![CircleCI build status](https://circleci.com/gh/pmem/rpma.svg?style=shield)](https://app.circleci.com/pipelines/github/pmem/rpma)
[![Coverity build status](https://scan.coverity.com/projects/26948/badge.svg)](https://scan.coverity.com/projects/librpma)
[![Coverity build status](https://scan.coverity.com/projects/21470/badge.svg)](https://scan.coverity.com/projects/pmem-rpma)
[![Coverage Status](https://codecov.io/github/pmem/rpma/coverage.svg?branch=main)](https://codecov.io/gh/pmem/rpma/branch/main)
[![librpma version](https://img.shields.io/github/tag/pmem/rpma.svg)](https://github.com/pmem/rpma/releases/latest)
[![Packaging status](https://repology.org/badge/tiny-repos/rpma.svg)](https://repology.org/project/rpma/versions)
Expand Down
7 changes: 1 addition & 6 deletions utils/docker/run-coverity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,7 @@ echo -n | openssl s_client -connect scan.coverity.com:443 | \

echo $USERPASS | sudo -S mv $TEMP_CF $CERT_FILE

if [[ "$CI_REPO_SLUG" == "$GITHUB_REPO" ]]; then
export COVERITY_SCAN_PROJECT_NAME="librpma"
else
export COVERITY_SCAN_PROJECT_NAME="$CI_REPO_SLUG"
fi

export COVERITY_SCAN_PROJECT_NAME="$CI_REPO_SLUG"
export COVERITY_SCAN_BRANCH_PATTERN="$CI_BRANCH"
export COVERITY_SCAN_BUILD_COMMAND="./utils/docker/coverity-command.sh $(nproc)"

Expand Down

0 comments on commit 34d417c

Please sign in to comment.