Skip to content

Commit

Permalink
Merge pull request #48 from atlp-rwanda/setting-coverage
Browse files Browse the repository at this point in the history
change to v8 instead of instabul
  • Loading branch information
DeliceLydia authored Aug 2, 2024
2 parents 2ff2de1 + 61a835e commit 5b8f438
Show file tree
Hide file tree
Showing 166 changed files with 520 additions and 47,505 deletions.
23 changes: 0 additions & 23 deletions .github/PULL_REQUEST_TEMPLATE.MD

This file was deleted.

34 changes: 34 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: CI/CD

on:
push:
branches: [develop]
pull_request:
branches: [develop]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "20"
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "20"
- name: Install dependencies
run: yarn install
- name: Run tests and coverage
run: yarn coverage
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ node_modules
dist
dist-ssr
*.local
coverage

# Editor directories and files
.vscode/*
Expand Down
224 changes: 0 additions & 224 deletions coverage/base.css

This file was deleted.

87 changes: 0 additions & 87 deletions coverage/block-navigation.js

This file was deleted.

Loading

0 comments on commit 5b8f438

Please sign in to comment.