Skip to content

Commit

Permalink
Merge pull request #177 from NipunaMadhushan/main
Browse files Browse the repository at this point in the history
Update codecov report upload action
  • Loading branch information
NipunaMadhushan authored Jul 26, 2024
2 parents a599044 + f86f30c commit 268540b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-dev-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
./gradlew clean build --stacktrace --scan --console=plain --no-daemon
./gradlew codeCoverageReport --console=plain --no-daemon
- name: Upload Coverage Report
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
files: ballerina-tests/jaeger-server-tests/target/report/jaeger_server_tests/coverage-report.xml

windows-build:
if: false # because there is no opentelemetry-jaeger-executable available
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
./gradlew clean build publish --stacktrace --scan --console=plain --no-daemon
./gradlew codeCoverageReport --console=plain --no-daemon
- name: Upload Coverage Report
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
files: ballerina-tests/jaeger-server-tests/target/report/jaeger_server_tests/coverage-report.xml
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 268540b

Please sign in to comment.