Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Dwairi committed Jan 15, 2025
1 parent db61209 commit 6bf60b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/code-quality-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ jobs:
- name: Run Checks
id: build
run: gradle clean build
- name: Upload Coverage Report
if: always()
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: code/build/reports/kover

0 comments on commit 6bf60b9

Please sign in to comment.