File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed
Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 4141 - name : List coverage files
4242 run : ls '${{ github.workspace }}/coverage/'
4343
44- - name : SonarCloud Scan
45- uses : sonarsource/sonarcloud-github-action@master
46- with :
47- args : >
48- -Dsonar.organization=managedcode
49- -Dsonar.projectKey=managedcode_Orleans.Identity
50- -Dsonar.token=${{ secrets.SONAR_TOKEN }}
51- -Dsonar.cs.opencover.reportsPaths=${{ github.workspace }}/coverage/
52- env :
53- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
54- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
5544
5645 - name : Upload coverage reports to Codecov
5746 uses : codecov/codecov-action@v3
6251# uses: coverallsapp/github-action@master
6352# with:
6453# github-token: ${{secrets.GITHUB_TOKEN }}
65- # path-to-lcov: coverage/coverage.info
54+ # path-to-lcov: coverage/coverage.info
Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ var builder = Host.CreateDefaultBuilder(args)
2626 {
2727 siloBuilder
2828 .UseLocalhostClustering ()
29- .AddOrleansIdentity () // Add the authorization filter
30- .ConfigureApplicationParts (parts => parts .AddApplicationPart (typeof (YourGrain ).Assembly ));
29+ .AddOrleansIdentity (); // Add the authorization filter;
3130 });
3231```
3332
You can’t perform that action at this time.
0 commit comments