-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Testes unitários removidos e workflow desabilitado. Repensar como tes…
…tar esse pacote.
- Loading branch information
1 parent
70c49c2
commit 1ae9c83
Showing
29 changed files
with
56 additions
and
2,241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,62 @@ | ||
name: Commit e PR - Principal | ||
# name: Commit e PR - Principal | ||
|
||
on: | ||
pull_request: | ||
branches: [ principal ] | ||
# on: | ||
# pull_request: | ||
# branches: [ principal ] | ||
|
||
jobs: | ||
testes-delegua: | ||
runs-on: ubuntu-latest | ||
# jobs: | ||
# testes-delegua: | ||
# runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-node@v2-beta | ||
with: | ||
node-version: '16' | ||
- name: NPM - Dependências | ||
run: | | ||
sudo npm install | ||
- name: Testes da Linguagem Delégua | ||
run: | | ||
sudo chmod +x ./bin/delegua-ts | ||
sudo npm run testes:delegua:bhaskara | ||
sudo npm run testes:delegua:fibonacci | ||
# steps: | ||
# - uses: actions/checkout@v2 | ||
# - uses: actions/setup-node@v2-beta | ||
# with: | ||
# node-version: '16' | ||
# - name: NPM - Dependências | ||
# run: | | ||
# sudo npm install | ||
# - name: Testes da Linguagem Delégua | ||
# run: | | ||
# sudo chmod +x ./bin/delegua-ts | ||
# sudo npm run testes:delegua:bhaskara | ||
# sudo npm run testes:delegua:fibonacci | ||
|
||
testes-egua-classico: | ||
runs-on: ubuntu-latest | ||
# testes-egua-classico: | ||
# runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-node@v2-beta | ||
with: | ||
node-version: '16' | ||
- name: NPM - Dependências | ||
run: | | ||
sudo npm install | ||
- name: Testes do Dialeto Égua Clássico | ||
run: | | ||
sudo chmod +x ./bin/delegua-ts | ||
sudo npm run testes:egua | ||
# steps: | ||
# - uses: actions/checkout@v2 | ||
# - uses: actions/setup-node@v2-beta | ||
# with: | ||
# node-version: '16' | ||
# - name: NPM - Dependências | ||
# run: | | ||
# sudo npm install | ||
# - name: Testes do Dialeto Égua Clássico | ||
# run: | | ||
# sudo chmod +x ./bin/delegua-ts | ||
# sudo npm run testes:egua | ||
|
||
testes-unitarios: | ||
permissions: | ||
checks: write | ||
pull-requests: write | ||
contents: write | ||
runs-on: ubuntu-latest | ||
# testes-unitarios: | ||
# permissions: | ||
# checks: write | ||
# pull-requests: write | ||
# contents: write | ||
# runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-node@v2-beta | ||
with: | ||
node-version: '16' | ||
- uses: ArtiomTr/jest-coverage-report-action@v2 | ||
id: coverage | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
test-script: yarn testes-unitarios | ||
package-manager: yarn | ||
output: report-markdown | ||
- uses: marocchino/sticky-pull-request-comment@v2 | ||
with: | ||
message: ${{ steps.coverage.outputs.report }} | ||
# steps: | ||
# - uses: actions/checkout@v2 | ||
# - uses: actions/setup-node@v2-beta | ||
# with: | ||
# node-version: '16' | ||
# - uses: ArtiomTr/jest-coverage-report-action@v2 | ||
# id: coverage | ||
# with: | ||
# github-token: ${{ secrets.GITHUB_TOKEN }} | ||
# test-script: yarn testes-unitarios | ||
# package-manager: yarn | ||
# output: report-markdown | ||
# - uses: marocchino/sticky-pull-request-comment@v2 | ||
# with: | ||
# message: ${{ steps.coverage.outputs.report }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
TODO: Repensar testes unitários para o pacote. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.