Skip to content

Commit

Permalink
cleanup after review
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Jul 5, 2021
1 parent 2d36a13 commit e4bfa4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci_analyze.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#### Build and tests all pushes, also code coverage
name: 🛠️ CI build check
name: 🔍 CI Analyze sources
on:
push:
branches:
- main
- dev
jobs:
analyze:
name: 🔍 Analyze sources (CI)
sonarscanner:
name: 🔍 SonarScanner
environment: CI - analyze environment
runs-on: ubuntu-latest
steps:
Expand All @@ -16,6 +16,7 @@ jobs:
with:
# Shallow clones should be disabled for a better relevancy of analysis
fetch-depth: 0

- name: 🔍 Analyze code
uses: highbyte/sonarscan-dotnet@v2.1-beta
env:
Expand All @@ -25,9 +26,8 @@ jobs:
sonarOrganization: net-daemon
sonarProjectKey: net-daemon_netdaemon
sonarProjectName: netdaemon

dotnetTestArguments: --logger trx /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
sonarBeginArguments: >-
sonarBeginArguments: >-
/d:sonar.inclusions="**/src/**"
/d:sonar.test.inclusions="**/tests/**"
/d:sonar.cs.xunit.reportsPaths="**/tests/**/TestResults/*.trx"
Expand Down

0 comments on commit e4bfa4b

Please sign in to comment.