Skip to content

Commit

Permalink
🐛 [CI] removed Codecov result upload for steps that don't run tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed May 3, 2024
1 parent f32f743 commit f72cd2d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/kapua-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
key: ${{ github.run_id }}-${{ github.run_number }}-maven-cache
- run: mvn -v
- run: mvn -B ${BUILD_OPTS} -DskipTests clean install
- name: Code coverage results upload
uses: codecov/codecov-action@v4
test-brokerAcl:
needs: build
runs-on: ubuntu-latest
Expand Down Expand Up @@ -458,5 +456,3 @@ jobs:
path: ~/.m2/repository
key: ${{ github.run_id }}-${{ github.run_number }}-maven-cache
- run: mvn -B -DskipTests install javadoc:jar
- name: Code coverage results upload
uses: codecov/codecov-action@v4

0 comments on commit f72cd2d

Please sign in to comment.