Skip to content

Commit

Permalink
Remove unnecessary cov report upload
Browse files Browse the repository at this point in the history
  • Loading branch information
niveathika committed Sep 14, 2024
1 parent 3e508d2 commit 3c28368
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/s4hana-build-connector-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ jobs:
./gradlew :${{ inputs.hana-connector-group }}-ballerina:${{ matrix.directory }}:build -x test -PbuildUsingDocker=nightly
./gradlew :${{ inputs.hana-connector-group }}-ballerina:${{ matrix.directory }}:test -PbuildUsingDocker=nightly
- name: Upload coverage reports
uses: actions/upload-artifact@v4
with:
path: ballerina/**/coverage-report.xml

upload-codcov:
name: Upload Codecov
runs-on: ubuntu-latest
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/s4hana-pr-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ jobs:
./gradlew :${{ inputs.hana-connector-group }}-ballerina:${{ matrix.directory }}:build -x test -PbuildUsingDocker=nightly
./gradlew :${{ inputs.hana-connector-group }}-ballerina:${{ matrix.directory }}:test -PbuildUsingDocker=nightly
- name: Upload coverage reports
uses: actions/upload-artifact@v4
with:
path: ballerina/**/coverage-report.xml

upload-codcov:
name: Upload Codecov
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3c28368

Please sign in to comment.