File tree 15 files changed +60
-26
lines changed
15 files changed +60
-26
lines changed Original file line number Diff line number Diff line change
1
+ name : CI
2
+
3
+ on :
4
+ push :
5
+ branches : [ master ]
6
+ pull_request :
7
+ branches : [ master ]
8
+
9
+ jobs :
10
+ build :
11
+
12
+ runs-on : ubuntu-latest
13
+
14
+ strategy :
15
+ matrix :
16
+ node-version : [14.x]
17
+
18
+ steps :
19
+ - name : Checkout repository
20
+ uses : actions/checkout@v2
21
+
22
+ - name : Setup Node.js ${{ matrix.node-version }}
23
+ uses : actions/setup-node@v1
24
+ with :
25
+ node-version : ${{ matrix.node-version }}
26
+
27
+ - name : Install dependencies
28
+ run : npm i
29
+
30
+ - name : Run linting
31
+ run : npm run lint
32
+
33
+ - name : Run tests
34
+ run : npm run coverage
35
+
36
+ - name : Upload coverage to Codecov
37
+ uses : codecov/codecov-action@v1
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Algoritmos y Estructuras de Datos en JavaScript
2
2
3
- [ ![ Build Status ] ( https://travis-ci.org /trekhleb/javascript-algorithms.svg?branch=master )] ( https://travis-ci.org /trekhleb/javascript-algorithms )
3
+ [ ![ CI ] ( https://github.com /trekhleb/javascript-algorithms/workflows/CI/badge .svg )] ( https://github.com /trekhleb/javascript-algorithms/actions )
4
4
[ ![ codecov] ( https://codecov.io/gh/trekhleb/javascript-algorithms/branch/master/graph/badge.svg )] ( https://codecov.io/gh/trekhleb/javascript-algorithms )
5
5
6
6
Este repositorio contiene ejemplos basados en JavaScript de muchos
Original file line number Diff line number Diff line change 1
1
# Algorithmes et Structures de Données en JavaScript
2
2
3
- [ ![ Build Status ] ( https://travis-ci.org /trekhleb/javascript-algorithms.svg?branch=master )] ( https://travis-ci.org /trekhleb/javascript-algorithms )
3
+ [ ![ CI ] ( https://github.com /trekhleb/javascript-algorithms/workflows/CI/badge .svg )] ( https://github.com /trekhleb/javascript-algorithms/actions )
4
4
[ ![ codecov] ( https://codecov.io/gh/trekhleb/javascript-algorithms/branch/master/graph/badge.svg )] ( https://codecov.io/gh/trekhleb/javascript-algorithms )
5
5
6
6
Ce dépôt contient des exemples d'implémentation en JavaScript de plusieurs
Original file line number Diff line number Diff line change 1
1
# Algoritmi e Strutture Dati in Javascript
2
-
3
- [ ![ Build Status ] ( https://travis-ci.org /trekhleb/javascript-algorithms.svg?branch=master )] ( https://travis-ci.org /trekhleb/javascript-algorithms )
2
+
3
+ [ ![ CI ] ( https://github.com /trekhleb/javascript-algorithms/workflows/CI/badge .svg )] ( https://github.com /trekhleb/javascript-algorithms/actions )
4
4
[ ![ codecov] ( https://codecov.io/gh/trekhleb/javascript-algorithms/branch/master/graph/badge.svg )] ( https://codecov.io/gh/trekhleb/javascript-algorithms )
5
5
6
6
Questa repository contiene esempi in Javascript dei più popolari algoritmi e strutture dati .
Original file line number Diff line number Diff line change 1
1
# JavaScriptアルゴリズムとデータ構造
2
2
3
- [ ![ Build Status ] ( https://travis-ci.org /trekhleb/javascript-algorithms.svg?branch=master )] ( https://travis-ci.org /trekhleb/javascript-algorithms )
3
+ [ ![ CI ] ( https://github.com /trekhleb/javascript-algorithms/workflows/CI/badge .svg )] ( https://github.com /trekhleb/javascript-algorithms/actions )
4
4
[ ![ codecov] ( https://codecov.io/gh/trekhleb/javascript-algorithms/branch/master/graph/badge.svg )] ( https://codecov.io/gh/trekhleb/javascript-algorithms )
5
5
6
6
このリポジトリには、JavaScriptベースの一般的なアルゴリズムとデータ構造に関する多数のサンプルが含まれています。
Original file line number Diff line number Diff line change 1
1
# JavaScript 알고리즘 및 자료 구조
2
2
3
- [ ![ Build Status ] ( https://travis-ci.org /trekhleb/javascript-algorithms.svg?branch=master )] ( https://travis-ci.org /trekhleb/javascript-algorithms )
3
+ [ ![ CI ] ( https://github.com /trekhleb/javascript-algorithms/workflows/CI/badge .svg )] ( https://github.com /trekhleb/javascript-algorithms/actions )
4
4
[ ![ codecov] ( https://codecov.io/gh/trekhleb/javascript-algorithms/branch/master/graph/badge.svg )] ( https://codecov.io/gh/trekhleb/javascript-algorithms )
5
5
6
6
이 저장소에는 많이 알려진 알고리즘 및 자료 구조의 Javascript 기반 예제를 담고 있습니다.
Original file line number Diff line number Diff line change 1
1
# JavaScript Algorithms and Data Structures
2
2
3
- [ ![ Build Status ] ( https://travis-ci.org /trekhleb/javascript-algorithms.svg?branch=master )] ( https://travis-ci.org /trekhleb/javascript-algorithms )
3
+ [ ![ CI ] ( https://github.com /trekhleb/javascript-algorithms/workflows/CI/badge .svg )] ( https://github.com /trekhleb/javascript-algorithms/actions )
4
4
[ ![ codecov] ( https://codecov.io/gh/trekhleb/javascript-algorithms/branch/master/graph/badge.svg )] ( https://codecov.io/gh/trekhleb/javascript-algorithms )
5
5
6
6
This repository contains JavaScript based examples of many
Original file line number Diff line number Diff line change 1
1
# JavaScript Algorytmy i Struktury Danych
2
2
3
- [ ![ Build Status ] ( https://travis-ci.org /trekhleb/javascript-algorithms.svg?branch=master )] ( https://travis-ci.org /trekhleb/javascript-algorithms )
3
+ [ ![ CI ] ( https://github.com /trekhleb/javascript-algorithms/workflows/CI/badge .svg )] ( https://github.com /trekhleb/javascript-algorithms/actions )
4
4
[ ![ codecov] ( https://codecov.io/gh/trekhleb/javascript-algorithms/branch/master/graph/badge.svg )] ( https://codecov.io/gh/trekhleb/javascript-algorithms )
5
5
6
6
To repozytorium zawiera wiele przykładów JavaScript opartych na
Original file line number Diff line number Diff line change 1
1
# Estrutura de Dados e Algoritmos em JavaScript
2
2
3
- [ ![ Build Status ] ( https://travis-ci.org /trekhleb/javascript-algorithms.svg?branch=master )] ( https://travis-ci.org /trekhleb/javascript-algorithms )
3
+ [ ![ CI ] ( https://github.com /trekhleb/javascript-algorithms/workflows/CI/badge .svg )] ( https://github.com /trekhleb/javascript-algorithms/actions )
4
4
[ ![ codecov] ( https://codecov.io/gh/trekhleb/javascript-algorithms/branch/master/graph/badge.svg )] ( https://codecov.io/gh/trekhleb/javascript-algorithms )
5
5
6
6
Este repositório contém exemplos baseados em JavaScript de muitos
Original file line number Diff line number Diff line change 1
1
# Алгоритмы и структуры данных на JavaScript
2
2
3
- [ ![ Build Status ] ( https://travis-ci.org /trekhleb/javascript-algorithms.svg?branch=master )] ( https://travis-ci.org /trekhleb/javascript-algorithms )
3
+ [ ![ CI ] ( https://github.com /trekhleb/javascript-algorithms/workflows/CI/badge .svg )] ( https://github.com /trekhleb/javascript-algorithms/actions )
4
4
[ ![ codecov] ( https://codecov.io/gh/trekhleb/javascript-algorithms/branch/master/graph/badge.svg )] ( https://codecov.io/gh/trekhleb/javascript-algorithms )
5
5
6
6
В этом репозитории содержатся базовые JavaScript-примеры многих популярных алгоритмов и структур данных.
Original file line number Diff line number Diff line change 1
1
# JavaScript Algoritmalar ve Veri Yapıları
2
2
3
- [ ![ Build Status ] ( https://travis-ci.org /trekhleb/javascript-algorithms.svg?branch=master )] ( https://travis-ci.org /trekhleb/javascript-algorithms )
3
+ [ ![ CI ] ( https://github.com /trekhleb/javascript-algorithms/workflows/CI/badge .svg )] ( https://github.com /trekhleb/javascript-algorithms/actions )
4
4
[ ![ codecov] ( https://codecov.io/gh/trekhleb/javascript-algorithms/branch/master/graph/badge.svg )] ( https://codecov.io/gh/trekhleb/javascript-algorithms )
5
5
6
6
Bu repository JavaScript'e ait popüler
Original file line number Diff line number Diff line change 1
1
# JavaScript 算法与数据结构
2
2
3
- [ ![ build status ] ( https://travis-ci.org /trekhleb/javascript-algorithms.svg?branch=master )] ( https://travis-ci.org /trekhleb/javascript-algorithms )
3
+ [ ![ CI ] ( https://github.com /trekhleb/javascript-algorithms/workflows/CI/badge .svg )] ( https://github.com /trekhleb/javascript-algorithms/actions )
4
4
[ ![ codecov] ( https://codecov.io/gh/trekhleb/javascript-algorithms/branch/master/graph/badge.svg )] ( https://codecov.io/gh/trekhleb/javascript-algorithms )
5
5
6
6
本仓库包含了多种基于 JavaScript 的算法与数据结构。
Original file line number Diff line number Diff line change 1
1
# JavaScript 演算法與資料結構
2
2
3
- [ ![ build status ] ( https://travis-ci.org /trekhleb/javascript-algorithms.svg?branch=master )] ( https://travis-ci.org /trekhleb/javascript-algorithms )
3
+ [ ![ CI ] ( https://github.com /trekhleb/javascript-algorithms/workflows/CI/badge .svg )] ( https://github.com /trekhleb/javascript-algorithms/actions )
4
4
[ ![ codecov] ( https://codecov.io/gh/trekhleb/javascript-algorithms/branch/master/graph/badge.svg )] ( https://codecov.io/gh/trekhleb/javascript-algorithms )
5
5
6
6
這個知識庫包含許多 JavaScript 的資料結構與演算法的基礎範例。
Original file line number Diff line number Diff line change @@ -25,4 +25,14 @@ module.exports = {
25
25
// It is reflected in properties such as location.href.
26
26
// @see : https://github.com/facebook/jest/issues/6769
27
27
testURL : 'http://localhost/' ,
28
+
29
+ // @see : https://jestjs.io/docs/en/configuration#coveragethreshold-object
30
+ coverageThreshold : {
31
+ global : {
32
+ statements : 100 ,
33
+ branches : 95 ,
34
+ functions : 100 ,
35
+ lines : 100 ,
36
+ } ,
37
+ } ,
28
38
} ;
You can’t perform that action at this time.
0 commit comments