Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #244 from COS301-SE-2023/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
SharkmanZA committed Oct 27, 2023
2 parents 0267d28 + 1302d02 commit 776223b
Show file tree
Hide file tree
Showing 120 changed files with 1,677 additions and 8,571 deletions.
12 changes: 8 additions & 4 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ coverage:
# basic
target: 0%
threshold: 10%
# advanced settings
branches:
# advanced settings
branches:
- master
- dev
- feature/projects
if_ci_failed: error #success, failure, error, ignore
informational: false
only_pulls: false
informational: true
only_pulls: false
patch:
default:
informational: true
comment: false
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: Build/release
on:
push:
branches:
- dev
- master
pull_request:
branches:
- dev

jobs:
Build:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,3 @@ tsconfig.electron.prod.json
tsconfig.svelte.prod.json

__pycache__

6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "blix-plugins/ripple"]
path = blix-plugins/ripple
url = https://github.com/BlixEditor/ripple
[submodule "blix-plugins/blink"]
path = blix-plugins/blink
url = https://github.com/BlixEditor/blink
3 changes: 0 additions & 3 deletions __mocks__/hello-plugin/README.md

This file was deleted.

42 changes: 0 additions & 42 deletions __mocks__/hello-plugin/package.json

This file was deleted.

75 changes: 0 additions & 75 deletions __mocks__/hello-plugin/src/main.js

This file was deleted.

26 changes: 0 additions & 26 deletions __mocks__/svelvet.js

This file was deleted.

1 change: 1 addition & 0 deletions blix-plugins/blink
Submodule blink added at 3b1b3d
1 change: 0 additions & 1 deletion blix-plugins/blink/.gitignore

This file was deleted.

34 changes: 0 additions & 34 deletions blix-plugins/blink/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions blix-plugins/blink/global.d.ts

This file was deleted.

0 comments on commit 776223b

Please sign in to comment.