Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
eb8e30d
test comment
jonmattgray Oct 30, 2025
526180c
env
jonmattgray Oct 30, 2025
702402d
pr sync
jonmattgray Oct 30, 2025
76a70a7
seperate
jonmattgray Oct 30, 2025
9f2229a
improve coverage
jonmattgray Oct 30, 2025
48b009b
add json summary and files changes
jonmattgray Oct 30, 2025
3049ea5
reporters
jonmattgray Oct 30, 2025
5ed2973
branch cov
jonmattgray Oct 30, 2025
956ea24
test
jonmattgray Oct 31, 2025
a28bcaa
test
jonmattgray Oct 31, 2025
cb49a8e
test
jonmattgray Oct 31, 2025
75dc98f
should pass
jonmattgray Oct 31, 2025
f4a28e5
should fail
jonmattgray Oct 31, 2025
8668185
use shared workflow
jonmattgray Nov 3, 2025
08ec420
test
jonmattgray Nov 3, 2025
5a91353
remove pass rate
jonmattgray Nov 3, 2025
a9c982f
add c8 to int test
jonmattgray Nov 3, 2025
15ec80c
Merge branch 'main' into feat/coverage
jonmattgray Nov 3, 2025
e51f6cf
v bump
jonmattgray Nov 3, 2025
5b28044
revert changes
jonmattgray Nov 3, 2025
a740220
test
jonmattgray Nov 3, 2025
dfc880c
test no coverage files
jonmattgray Nov 3, 2025
3f5126b
test no coverage files
jonmattgray Nov 3, 2025
910ead1
test no coverage files
jonmattgray Nov 3, 2025
9b80f70
test no coverage files
jonmattgray Nov 3, 2025
96d810a
test no coverage files
jonmattgray Nov 3, 2025
f90e591
test failing test
jonmattgray Nov 3, 2025
aa90741
remove c8
jonmattgray Nov 4, 2025
766176f
no c8 config
jonmattgray Nov 4, 2025
e8e7d21
with repo c8 config
jonmattgray Nov 4, 2025
44658df
with repo config
jonmattgray Nov 4, 2025
c369d82
use default workflow config
jonmattgray Nov 4, 2025
98b771e
test pretty logging
jonmattgray Nov 4, 2025
d654182
add file change and test coverage
jonmattgray Nov 4, 2025
b734f45
test pretty logging
jonmattgray Nov 4, 2025
a9f32c8
test pretty logging
jonmattgray Nov 4, 2025
c153f69
on pr sync
jonmattgray Nov 5, 2025
795a307
test
jonmattgray Nov 5, 2025
3a1a63a
test
jonmattgray Nov 5, 2025
4a89d72
Merge branch 'main' into feat/coverage
jonmattgray Nov 5, 2025
bbf4421
test pretty logging
jonmattgray Nov 5, 2025
632062a
test pretty logging
jonmattgray Nov 5, 2025
5b2b94d
add file change
jonmattgray Nov 5, 2025
d5d5a7b
test pretty logging
jonmattgray Nov 5, 2025
fe71f6f
test pretty logging
jonmattgray Nov 5, 2025
8769691
test on push
jonmattgray Nov 5, 2025
f670415
test pretty logging
jonmattgray Nov 5, 2025
d0de785
use main workflow
jonmattgray Nov 6, 2025
938ecb6
v bump
jonmattgray Nov 6, 2025
c10cbec
Merge branch 'main' into feat/coverage
jonmattgray Nov 6, 2025
b159ca6
try bug branch with json config
jonmattgray Nov 6, 2025
73b2909
lower threshold
jonmattgray Nov 6, 2025
5816c1a
test .js
jonmattgray Nov 6, 2025
3d508ae
try again
jonmattgray Nov 6, 2025
d69ee46
other bug branch
jonmattgray Nov 6, 2025
75f7e7c
test without config
jonmattgray Nov 6, 2025
8ac8647
test bug branch
jonmattgray Nov 6, 2025
f46825d
test json
jonmattgray Nov 6, 2025
d0e450d
test temp-dir
jonmattgray Nov 6, 2025
d5d4589
try again
jonmattgray Nov 6, 2025
634d004
try again
jonmattgray Nov 6, 2025
caaa78e
without config
jonmattgray Nov 6, 2025
3af9fe1
add config
jonmattgray Nov 6, 2025
392f51f
use main
jonmattgray Nov 7, 2025
9ba265f
Merge branch 'main' into feat/coverage
jonmattgray Nov 7, 2025
5afbf59
v bump
jonmattgray Nov 7, 2025
80f7909
Merge branch 'main' into feat/coverage
jonmattgray Nov 7, 2025
6d911ae
Merge branch 'main' into feat/coverage
jonmattgray Nov 10, 2025
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
6 changes: 6 additions & 0 deletions .c8rc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"include": ["src/**/*.ts", "src/**/*.tsx"],
"exclude": ["**/__tests__/**", "src/lib/server/routes.ts"],
"reporter": ["text", "html"],
"lines": 50
}
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Lint and Test

on:
push:
branches-ignore: ['main']
pull_request:
types: [opened, reopened, synchronize]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -21,6 +21,7 @@ jobs:
docker_compose_file: ''
npm_build_command: 'npm run build'
tests: '["test:unit", "test:integration", "test:ratelimit"]'
coverage_config_json: '.c8rc.json'
node_version: '24'
env_vars: |
{
Expand Down Expand Up @@ -50,4 +51,3 @@ jobs:
permissions:
packages: write
contents: write

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ obj
/playwright/.cache/
.env
playwright/.auth

coverage/
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dtdl-visualisation-tool",
"version": "0.7.2",
"version": "0.7.3",
"description": "CLI tool for dtdl visualisation",
"main": "build/index.js",
"bin": {
Expand Down