Skip to content

Commit 354f4e9

Browse files
authored
Remove codecov from workflow (#2070)
## Description It's unused and fails when run, so I'm removing it. ## Meta Merge checklist: - [x] Pull Request title is [short, imperative summary](https://cbea.ms/git-commit/) of proposed changes - [x] The description documents the _what_ and _why_ - [ ] If this PR changes behavior or adds a feature, user documentation is updated - [ ] If this PR touches photon-serde, all messages have been regenerated and hashes have not changed unexpectedly - [ ] If this PR touches configuration, this is backwards compatible with settings back to v2024.3.1 - [ ] If this PR touches pipeline settings or anything related to data exchange, the frontend typing is updated - [ ] If this PR addresses a bug, a regression test for it is added
1 parent 2eb224a commit 354f4e9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,6 @@ jobs:
108108
run: ./gradlew testHeadless --stacktrace
109109
- name: Gradle Coverage
110110
run: ./gradlew jacocoTestReport
111-
- name: Publish Coverage Report
112-
uses: codecov/codecov-action@v4
113-
with:
114-
file: ./photon-server/build/reports/jacoco/test/jacocoTestReport.xml
115-
- name: Publish Core Coverage Report
116-
uses: codecov/codecov-action@v4
117-
with:
118-
file: ./photon-core/build/reports/jacoco/test/jacocoTestReport.xml
119111
build-offline-docs:
120112
name: "Build Offline Docs"
121113
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)