diff --git a/.github/codecov.yml b/.github/codecov.yml deleted file mode 100644 index 6e11d806..00000000 --- a/.github/codecov.yml +++ /dev/null @@ -1,7 +0,0 @@ -coverage: - range: 40..80 - round: down - precision: 2 -ignore: - - "*/**/test" - - "*/**/script" diff --git a/.github/workflows/ui-components-ci.yml b/.github/workflows/ui-components-ci.yml index b9e32375..2ff2ac0c 100644 --- a/.github/workflows/ui-components-ci.yml +++ b/.github/workflows/ui-components-ci.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [16.x] + node-version: [16.x, 18.x] runs-on: ${{ matrix.os }} defaults: run: diff --git a/.github/workflows/web-app-ci.yml b/.github/workflows/web-app-ci.yml index 60308ba5..29edd2ba 100644 --- a/.github/workflows/web-app-ci.yml +++ b/.github/workflows/web-app-ci.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [16.x] + node-version: [16.x, 18.x] runs-on: ${{ matrix.os }} defaults: run: diff --git a/packages/web-app/README.md b/packages/web-app/README.md index d3668aa3..403899b4 100644 --- a/packages/web-app/README.md +++ b/packages/web-app/README.md @@ -1,6 +1,6 @@ -# Nation3 Court Web App +# Nation3 Agreements Web App -Human-centric UI to create and manage agreements arbitrated by the Nation3 Court. +Human-centric UI to create and manage agreements in the Nation3 Legal system. ## Development