File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,11 +82,11 @@ jobs:
8282 CoverletOutput : TestResults/
8383 # dotnet test MangoAPI.IntegrationTests/MangoAPI.IntegrationTests.csproj -p:CollectCoverage=true -p:CoverletOutput=TestResults/ -p:CoverletOutputFormat=lcov
8484
85- - name : Publish coverage report to Coveralls
86- uses : coverallsapp/github-action@master
87- with :
88- github-token : ${{ secrets.GITHUB_TOKEN }}
89- path-to-lcov : ' MangoAPI.IntegrationTests/TestResults/coverage.info'
85+ # - name: Publish coverage report to Coveralls
86+ # uses: coverallsapp/github-action@master
87+ # with:
88+ # github-token: ${{ secrets.GITHUB_TOKEN }}
89+ # path-to-lcov: 'MangoAPI.IntegrationTests/TestResults/coverage.info'
9090
9191 - name : Publish .NET Project
9292 run : |
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ stages:
4444 jobs :
4545 - template : templates/sonarcloud-job-template.yml
4646 - template : templates/mend-scan-job-template.yml
47- - template : templates/snyk-job-template.yml
47+ # - template: templates/snyk-job-template.yml
4848
4949 - stage : ' dev'
5050 displayName : ' Deploy Mango Messenger to DEV Environment'
You can’t perform that action at this time.
0 commit comments