Skip to content

Commit 0761c03

Browse files
authored
Merge pull request #25 from EzFramework/fix/github-comment
ci: fix workflows
2 parents cbf93b5 + fb77bae commit 0761c03

2 files changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ jobs:
4747
java-version: '25'
4848
- name: Build with coverage
4949
run: mvn --batch-mode clean verify
50-
- name: Upload JaCoCo coverage report
51-
uses: actions/upload-artifact@v7
52-
with:
53-
name: jacoco-report
54-
path: target/site/jacoco/
5550
- name: Upload coverage to Codecov
5651
uses: codecov/codecov-action@v5
5752
with:

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Unit Tests
22

33
permissions:
4-
checks: write
5-
pull-requests: write
64
contents: read
75

86
on:
@@ -32,11 +30,6 @@ jobs:
3230
with:
3331
name: java-query-builder-jar
3432
path: target/*.jar
35-
- name: Publish JUnit test results
36-
uses: EnricoMi/publish-unit-test-result-action@v2
37-
if: (!cancelled())
38-
with:
39-
files: target/surefire-reports/*.xml
4033

4134
feature-tests:
4235
runs-on: ubuntu-latest
@@ -53,8 +46,3 @@ jobs:
5346
java-version: ${{ matrix.java-version }}
5447
- name: Run feature tests
5548
run: mvn --batch-mode -Dtest='feature.**.*Test' test
56-
- name: Publish Feature Test Results
57-
uses: EnricoMi/publish-unit-test-result-action@v2
58-
if: (!cancelled())
59-
with:
60-
files: target/surefire-reports/*.xml

0 commit comments

Comments
 (0)