Skip to content

Commit 2b11acf

Browse files
committed
few steps in workflows commented
1 parent 2e931f3 commit 2b11acf

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-test-coverage-dotnet.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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: |

build/azure-pipelines-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)