mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
temporarily disable codecov upload
This commit is contained in:
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@@ -42,15 +42,15 @@ jobs:
|
|||||||
- name: Running tests
|
- name: Running tests
|
||||||
run: mvn -B test
|
run: mvn -B test
|
||||||
|
|
||||||
- name: Collecting reports
|
# - name: Collecting reports
|
||||||
run: tar -cvf codecov-report.tar target/coverage-report/**/*
|
# run: tar -cvf codecov-report.tar 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.tar
|
||||||
|
|
||||||
- name: Collecting logfiles
|
- name: Collecting logfiles
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
|
|||||||
Reference in New Issue
Block a user