Skip to content

Commit

Permalink
readme-jacoco-fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
oplekal committed Jun 5, 2024
1 parent 83e354c commit 1097b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ jobs:
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
run: |
cd eperusteet-ylops-service/src/main/java
cd eperusteet-amosaa-service/src/main/java
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
chmod +x ./cc-test-reporter
./cc-test-reporter before-build
./cc-test-reporter format-coverage -t jacoco --add-prefix src/main/java/ ../../../target/jacoco/jacoco.xml
./cc-test-reporter upload-coverage
- name: Upload eperusteet-ylops-service-jar
- name: Upload eperusteet-amosaa-service-jar
uses: actions/upload-artifact@v3
with:
name: eperusteet-amosaa-service-jar
Expand Down

0 comments on commit 1097b74

Please sign in to comment.