Skip to content

Commit f12fa0d

Browse files
Update nightlybuild.yml
1 parent d60048c commit f12fa0d

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/nightlybuild.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ jobs:
4141
- name: Setup Node.js for use with actions
4242
uses: actions/[email protected]
4343

44-
- name: Combine Coverage
45-
run: |
46-
npm i lcov-result-merger
47-
./node_modules/lcov-result-merger/bin/lcov-result-merger.js '*.info' 'lcov.info'
44+
#- name: Combine Coverage
45+
# run: |
46+
# npm i lcov-result-merger
47+
# ./node_modules/lcov-result-merger/bin/lcov-result-merger.js '*.info' 'lcov.info'
4848

49-
- name: Upload Code Coverage
50-
uses: coverallsapp/github-action@master
51-
with:
52-
github-token: ${{ secrets.github_token }}
53-
path-to-lcov: lcov.info
49+
#- name: Upload Code Coverage
50+
# uses: coverallsapp/github-action@master
51+
# with:
52+
# github-token: ${{ secrets.github_token }}
53+
# path-to-lcov: lcov.info
5454

5555
- name: Build Docker Image
5656
run: docker build . --file FileProcessor/Dockerfile --tag fileprocessor:latest
@@ -64,12 +64,12 @@ jobs:
6464
name: tracelogs
6565
path: /home/txnproc/trace/
6666

67-
- uses: nashmaniac/[email protected]
68-
if: ${{ failure() }}
69-
name: Create an issue on build failure
70-
with:
71-
title: Investigate Nightly Build Failure
72-
token: ${{secrets.GITHUB_TOKEN}}
73-
labels: nightlybuild
74-
body: Url is ${{env.action_url}}
67+
#- uses: nashmaniac/[email protected]
68+
# if: ${{ failure() }}
69+
# name: Create an issue on build failure
70+
# with:
71+
# title: Investigate Nightly Build Failure
72+
# token: ${{secrets.GITHUB_TOKEN}}
73+
# labels: nightlybuild
74+
# body: Url is ${{env.action_url}}
7575

0 commit comments

Comments
 (0)