Skip to content

Commit

Permalink
Merge pull request #76 from gfa-cc-after/chore/add-test-coverage-rest…
Browse files Browse the repository at this point in the history
…rictions
  • Loading branch information
markkovari authored Aug 16, 2024
2 parents 7563e70 + 60c6b24 commit 8b92be2
Show file tree
Hide file tree
Showing 20 changed files with 1,861 additions and 7,556 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/backend-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name: Backend CI
# when should it run
on:
pull_request:
paths:
- backend
branches:
- main

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/frontend-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name: Frontend CI
# when should it run
on:
pull_request:
paths:
- frontend
branches:
- main

Expand Down
14 changes: 12 additions & 2 deletions frontend/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,23 @@
"rules": {
"all": true
},
"ignore": ["**/node_modules/**", "**/dist/**", "**/coverage/**"]
"ignore": [
"**/node_modules/**",
"**/dist/**",
"**/coverage/**",
"tsconfig.*.json"
]
},
"formatter": {
"indentWidth": 2,
"indentStyle": "space",
"enabled": true,
"ignore": ["**/node_modules/**", "**/dist/**", "**/coverage/**"]
"ignore": [
"**/node_modules/**",
"**/dist/**",
"**/coverage/**",
"tsconfig.*.json"
]
},
"overrides": [
{
Expand Down
Loading

0 comments on commit 8b92be2

Please sign in to comment.