Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtanko committed Jul 22, 2023
1 parent 20e3fdf commit 4226667
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: ./gradlew jacocoTestReport

- name: Check build dirs
run: ls -la && ls -la build && ls -la build/reports
run: ls -la && ls -la build && ls -la build/reports && ls -la build/jacoco

- name: Upload jacoco report
uses: actions/upload-artifact@v3
Expand All @@ -67,7 +67,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: jacoco-test-exec-file
path: ./build/jacoco/text.exec
path: build/jacoco/test.exec

- name: Upload coverage to Codecov
uses: codecov/[email protected]
Expand All @@ -81,7 +81,7 @@ jobs:
- name: Copy jacoco coverage files
run: cp -a ./build/reports/jacoco/ .qodana/coverage-data && ls -la
- name: Copy jacoco test files
run: cp -a ./build/jacoco/text.exec .qodana/coverage-data && ls -la
run: cp -a ./build/jacoco/test.exec .qodana/coverage-data && ls -la
- name: Copy test coverage files
run: cp -a ./build/reports/tests/ .qodana/coverage-data && ls -la
- name: 'Qodana Scan'
Expand Down

0 comments on commit 4226667

Please sign in to comment.