Skip to content

Cost: Remove cost coverage when no costs are provided in the templates #645

Cost: Remove cost coverage when no costs are provided in the templates

Cost: Remove cost coverage when no costs are provided in the templates #645

Workflow file for this run

name: test
on:
push:
branches:
- master
- next
pull_request:
workflow_dispatch:
jobs:
maven-build-test:
runs-on: ubuntu-latest
steps:
- name: Setup Maven Action
uses: s4u/[email protected]
with:
java-version: "17"
maven-version: "3.9.5"
- name: Build with Maven
run: mvn -B clean install
- name: Run Sonar analysis
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: >
mvn -Psonar
-Dsonar.token=${{ secrets.SONAR_TOKEN }}
-Dsonar.host.url=https://sonarcloud.io
-Dsonar.organization=tuwien-csd
-Dsonar.projectKey=tuwien-csd_damap-backend
-Dsonar.sourceEncoding=UTF-8
-Dsonar.coverage.exclusions=docker/**/*,
sonar:sonar