Skip to content

Do not print x anymore #38

Do not print x anymore

Do not print x anymore #38

Workflow file for this run

name: SonarCloud
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: Build and analyze
runs-on: ubuntu-latest
env:
SONAR_SCANNER_VERSION: 5.0.1.3006
SONAR_SERVER_URL: "https://sonarcloud.io"
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Run analysis
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./sonar_analyze_with_coverage.sh
- name: Upload reproducer
if: failure()
uses: actions/upload-artifact@v4
with:
name: Reproducer
path: /home/runner/work/SonarSimpleCppTest/SonarSimpleCppTest/sonar-cfamily-reproducer.zip