Skip to content
Open
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
16 changes: 16 additions & 0 deletions .github/workflows/lighthouse-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Lighthouse CI
on: [push]
jobs:
lhci:
name: Lighthouse CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 10.x
uses: actions/setup-node@v1
with:
node-version: 10.x
- name: run Lighthouse CI
run: |
npm install -g @lhci/cli@0.4.x
lhci autorun
7,533 changes: 7,533 additions & 0 deletions .lighthouseci/lhr-1600298288960.html

Large diffs are not rendered by default.

7,179 changes: 7,179 additions & 0 deletions .lighthouseci/lhr-1600298288960.json

Large diffs are not rendered by default.

7,533 changes: 7,533 additions & 0 deletions .lighthouseci/lhr-1600298300464.html

Large diffs are not rendered by default.

7,213 changes: 7,213 additions & 0 deletions .lighthouseci/lhr-1600298300464.json

Large diffs are not rendered by default.

7,533 changes: 7,533 additions & 0 deletions .lighthouseci/lhr-1600298311634.html

Large diffs are not rendered by default.

7,191 changes: 7,191 additions & 0 deletions .lighthouseci/lhr-1600298311634.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .lighthouseci/links.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"http://localhost:54489/index.html": "https://storage.googleapis.com/lighthouse-infrastructure.appspot.com/reports/1600298314818-97963.report.html"
}
16 changes: 16 additions & 0 deletions lighthouserc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module.exports = {
ci: {
collect: {
staticDistDir: './public',
},
assert: {
assertions: {
'categories:performance': ['error', {minScore: 1}],
'categories:accessibility': ['error', {minScore: 1}]
}
},
upload: {
target: 'temporary-public-storage',
},
},
};
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.