Skip to content

Commit

Permalink
ci(codecov): disable
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvrog committed Oct 5, 2023
1 parent 481dada commit 92b148a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/golang_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@ jobs:
name: integration_coverage_report
path: integration-test-cover.out

coverage:
name: Coverage report
runs-on: ubuntu-latest
needs: integration-test
steps:
- uses: actions/download-artifact@v3
with:
name: integration_coverage_report
- uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: integration-test-cover.out
flags: integrationtests
fail_ci_if_error: true
# coverage:
# name: Coverage report
# runs-on: ubuntu-latest
# needs: integration-test
# steps:
# - uses: actions/download-artifact@v3
# with:
# name: integration_coverage_report
# - uses: codecov/codecov-action@v3
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# with:
# files: integration-test-cover.out
# flags: integrationtests
# fail_ci_if_error: true
30 changes: 15 additions & 15 deletions .github/workflows/golang_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,18 @@ jobs:
name: unit_coverage_report
path: unit-test-cover.out

coverage:
name: Coverage report
runs-on: ubuntu-latest
needs: unit-test
steps:
- uses: actions/download-artifact@v3
with:
name: unit_coverage_report
- uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: unit-test-cover.out
flags: unittests
fail_ci_if_error: true
# coverage:
# name: Coverage report
# runs-on: ubuntu-latest
# needs: unit-test
# steps:
# - uses: actions/download-artifact@v3
# with:
# name: unit_coverage_report
# - uses: codecov/codecov-action@v3
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# with:
# files: unit-test-cover.out
# flags: unittests
# fail_ci_if_error: true

0 comments on commit 92b148a

Please sign in to comment.