Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 committed Feb 3, 2025
1 parent 842a5f9 commit 9e7cd34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-quality-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
uses: gradle/actions/setup-gradle@v4
- name: Run Checks
id: build
run: gradle clean build
run: ./gradlew clean build
- name: Upload Coverage Report
if: always()
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: code/build/reports/kover
path: code/build/reports/kover

0 comments on commit 9e7cd34

Please sign in to comment.