Skip to content

Commit

Permalink
Testing Javadoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
fulminazzo committed Apr 12, 2024
1 parent 3e0a936 commit d4b2e67
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ jobs:
./gradlew aggregateJavaDoc
mkdir docs
mv html docs/docs
tree .
- name: Generate Coverage
run: |-
./gradlew testCodeCoverageReport
mv build/reports/jacoco/testCodeCoverageReport/html docs/coverage
# - name: Generate Coverage
# run: |-
# ./gradlew testCodeCoverageReport
# mv build/reports/jacoco/testCodeCoverageReport/html docs/coverage

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit d4b2e67

Please sign in to comment.