mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-11 00:12:04 -06:00
Use further compression to logs & code coverage reports (#1375)
Co-authored-by: Madhavan Sridharan <madhavan.sridharan@datastax.com>
This commit is contained in:
parent
b5aa1df8fd
commit
185ca38885
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -44,18 +44,18 @@ jobs:
|
|||||||
|
|
||||||
# Note: the target/coverage-report is not getting generated, involves pom settings not working as expected.
|
# Note: the target/coverage-report is not getting generated, involves pom settings not working as expected.
|
||||||
# - name: Collecting reports
|
# - name: Collecting reports
|
||||||
# run: tar -cvf codecov-report.tar target/coverage-report/**/*
|
# run: tar -zcvf codecov-report.tgz target/coverage-report/**/*
|
||||||
#
|
#
|
||||||
# - name: Uploading test coverage
|
# - name: Uploading test coverage
|
||||||
# uses: actions/upload-artifact@v3
|
# uses: actions/upload-artifact@v3
|
||||||
# with:
|
# with:
|
||||||
# node-version: '16'
|
# node-version: '16'
|
||||||
# name: codecov-report
|
# name: codecov-report
|
||||||
# path: codecov-report.tar
|
# path: codecov-report.tgz
|
||||||
|
|
||||||
- name: Collecting logfiles
|
- name: Collecting logfiles
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
run: tar -cvf logfiles.tar [a-zA-Z]**/logs/*
|
run: tar -zcvf logfiles.tgz [a-zA-Z]**/logs/*
|
||||||
|
|
||||||
- name: Uploading log files
|
- name: Uploading log files
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
@ -63,7 +63,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '16'
|
||||||
name: nb-logs
|
name: nb-logs
|
||||||
path: logfiles.tar
|
path: logfiles.tgz
|
||||||
|
|
||||||
- name: export docs
|
- name: export docs
|
||||||
if: success()
|
if: success()
|
||||||
|
Loading…
Reference in New Issue
Block a user