Skip to content

Commit

Permalink
[#16] .Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasObenaus committed Feb 17, 2020
1 parent 20d8bb3 commit dcc63f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: make test

- name: Build
run: make build
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sonar.organization=supplyon
sonar.projectKey=supplyon_gremcos
sonar.projectName=gremcos

sonar.sources=.
sonar.sources=abc
#sonar.exclusions=**/*_test.go,**/vendor/**,**/test/mocks/**

sonar.tests=.
Expand Down

0 comments on commit dcc63f1

Please sign in to comment.