Skip to content

Commit

Permalink
Fixed actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bilal-kilic committed Feb 14, 2022
1 parent d1ac893 commit 194f280
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/kediatR-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
- name: Generate coverage report
run: |
mvn clean verify
with:
directory: kediatr-core
working-directory: kediatr-core
- uses: codecov/codecov-action@v2
with:
files: target/site/jacoco/jacoco.xml
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/kediatR-koin-starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
- name: Generate coverage report
run: |
mvn clean verify
with:
directory: kediatr-koin-starter
working-directory: kediatr-koin-starter
- uses: codecov/codecov-action@v2
with:
files: target/site/jacoco/jacoco.xml
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/kediatR-quarkus-starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
- name: Generate coverage report
run: |
mvn clean verify
with:
directory: kediatr-quarkus-starter
working-directory: kediatr-quarkus-starter
- uses: codecov/codecov-action@v2
with:
files: target/site/jacoco/jacoco.xml
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/kediatR-spring-starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
- name: Generate coverage report
run: |
mvn clean verify
with:
directory: kediatr-spring-starter
working-directory: kediatr-spring-starter
- uses: codecov/codecov-action@v2
with:
files: target/site/jacoco/jacoco.xml
Expand Down

0 comments on commit 194f280

Please sign in to comment.