Change CI pipeline trigger and remove jest dependencies from package json, also add sonarcloud badges on readme

This commit is contained in:
RcleydsonR 2023-01-27 20:08:39 -03:00
parent 807bceac26
commit 361b476d15
4 changed files with 222 additions and 1433 deletions

View File

@ -1,6 +1,10 @@
name: CI script
on: push
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
lint:

View File

@ -3,6 +3,13 @@
</p>
<br />
<center>
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=liftlearning_P2Pix-Front-End&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=liftlearning_P2Pix-Front-End)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=liftlearning_P2Pix-Front-End&metric=coverage)](https://sonarcloud.io/summary/new_code?id=liftlearning_P2Pix-Front-End)
</center>
This application aims to create a democratic and secure solution for the purchase and sale of ERC20 tokens, through the PIX, integrating the functionalities of smart contracts (smart contracts) of the blockchain with a receipt by digital signature. Allowing the integration of national financial system transactions to public blockchains, dispensing with custody through intermediaries.
# Table of Contents

View File

@ -45,20 +45,17 @@
"@vue/test-utils": "^2.2.7",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.12",
"babel-jest": "^27.0.0",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"ethers": "^5.7.2",
"jest": "^27.0.0",
"jsdom": "^21.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"tailwindcss": "^3.2.1",
"ts-jest": "^27.0.0",
"typescript": "~4.7.4",
"vite": "^3.1.8",
"vitest": "^0.28.1",
"vue-tsc": "^1.0.8",
"vue3-jest": "^27.0.0-alpha.1"
"vue-tsc": "^1.0.8"
}
}

1635
yarn.lock

File diff suppressed because it is too large Load Diff