Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
otavio-code authored Nov 28, 2024
1 parent 758d149 commit b0dadab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ jobs:
fi
echo "Coverage validation passed with $PERCENTAGE%."
- name: Upload JaCoCo HTML Report
uses: actions/upload-artifact@v3
with:
name: jacoco-html-report
path: build/reports/jacoco/test/html

build:
runs-on: ubuntu-latest

Expand Down

0 comments on commit b0dadab

Please sign in to comment.