Skip to content

Commit 359b5bc

Browse files
remove unused changes
1 parent 8904a56 commit 359b5bc

4 files changed

Lines changed: 4 additions & 68 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# ufabc-next-server
22

3-
<img alt="GitHub Package.json Version" src="https://img.shields.io/github/package-json/v/ufabc-next/ufabc-next-server" /> <img alt="GitHub Top Language" src="https://img.shields.io/github/languages/top/ufabc-next/ufabc-next-server" /> ![GitHub repo size](https://img.shields.io/github/repo-size/UFABCNextOps/ufabc-next-server)
4-
5-
[![Build status](https://ci.appveyor.com/api/projects/status/lsob9vj7eyuejun2?svg=true)](https://ci.appveyor.com/project/JhonataSantana/ufabc-next-server)
6-
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/c97a33d865fb4b35b257b538f1661ad7)](https://www.codacy.com/gh/UFABCNextOps/ufabc-next-server/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=UFABCNextOps/ufabc-next-server&amp;utm_campaign=Badge_Grade)
7-
[![codecov](https://codecov.io/gh/UFABCNextOps/ufabc-next-server/branch/master/graph/badge.svg?token=NTRX2LN5T0)](https://codecov.io/gh/UFABCNextOps/ufabc-next-server)
8-
9-
<img alt="Github License" src="https://img.shields.io/github/license/ufabc-next/ufabc-next-server" />
3+
[![Build Status](https://travis-ci.com/ufabc-next/ufabc-matricula-server.svg?branch=master)](https://travis-ci.com/ufabc-next/ufabc-matricula-server)
4+
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c6cd37818d9c4ab6b244bfefd5b83597)](https://www.codacy.com/app/fesnt/ufabc-matricula-server?utm_source=github.com&utm_medium=referral&utm_content=ufabc-next/ufabc-matricula-server&utm_campaign=Badge_Grade)
5+
[![codecov](https://codecov.io/gh/ufabc-next/ufabc-matricula-server/branch/master/graph/badge.svg)](https://codecov.io/gh/ufabc-next/ufabc-matricula-server)
106

117
### Para executar o server
128

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"start:watch": "apidoc -i api/ -o doc/ && forever --watch --watchFolder ./ ./server.js --colors",
1313
"start:docker": "yarn build:docker && docker run -it -p 8010:8010 edu-web",
1414
"populate": "node populate/index.js",
15-
"coverage": "NODE_ENV=test nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov"
15+
"coverage": "NODE_ENV=test nyc yarn test && nyc report --reporter=text-lcov > coverage.lcov && codecov"
1616
},
1717
"dependencies": {
1818
"agenda": "^2.0.2",

app/yarn.lock

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5392,16 +5392,3 @@ yargs@^12.0.5:
53925392
which-module "^2.0.0"
53935393
y18n "^3.2.1 || ^4.0.0"
53945394
yargs-parser "^11.1.1"
5395-
5396-
yargs@^17.2.1:
5397-
version "17.2.1"
5398-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.2.1.tgz#e2c95b9796a0e1f7f3bf4427863b42e0418191ea"
5399-
integrity sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==
5400-
dependencies:
5401-
cliui "^7.0.2"
5402-
escalade "^3.1.1"
5403-
get-caller-file "^2.0.5"
5404-
require-directory "^2.1.1"
5405-
string-width "^4.2.0"
5406-
y18n "^5.0.5"
5407-
yargs-parser "^20.2.2"

0 commit comments

Comments
 (0)