Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/static-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@ jobs:
gradle-version: '8.12'

- name: Build with Gradle
run: gradle clean dokkaGeneratePublicationHtml
run: ./gradlew clean dokkaGeneratePublicationHtml

- name: Copy demo reports to Pages output
run: |
mkdir -p ./build/dokka/html/demo-report
cp -R sample-resources/demo-output/* ./build/dokka/html/demo-report/

- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ http-cache/*
# SQLDelight generated files
build/generated/sqldelight/

# All generate github stats reports
REPORTS-*
# All generated github stats reports in root directory
/REPORTS-*



Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Stats Date Range,PR Author ID (created by),Total PRs Created by Author,Total Source Code Review Comments,Total PR Issue Comments (not associated with code),Total PR Review Submission comments (reviewed or request change)
Between 2026-02-01 and 2026-08-31,DanielRosa74,16,3,2,4
Between 2026-02-01 and 2026-08-31,majestic-owl448,55,27,12,18
Between 2026-02-01 and 2026-08-31,QuincyLarson,1,0,1,0
Between 2026-02-01 and 2026-08-31,ShaunSHamilton,15,21,4,7
Between 2026-02-01 and 2026-08-31,moT01,22,137,4,26
Between 2026-02-01 and 2026-08-31,huyenltnguyen,42,15,14,3
Between 2026-02-01 and 2026-08-31,ojeytonwilliams,73,8,21,10
Between 2026-02-01 and 2026-08-31,raisedadead,44,4,5,3
Loading
Loading