File tree Expand file tree Collapse file tree 3 files changed +41
-0
lines changed Expand file tree Collapse file tree 3 files changed +41
-0
lines changed Original file line number Diff line number Diff line change 49
49
- name : " Measuring test coverage"
50
50
run : " make test/cover"
51
51
52
+ - name : " Upload coverage to Coveralls"
53
+ uses : " coverallsapp/github-action@v2"
54
+ with :
55
+ github-token : ${{ secrets.GITHUB_TOKEN }}
56
+ file : " coverage.out"
57
+ format : " golang"
58
+
52
59
# ## PERFORMANCE ###
53
60
54
61
performance :
Original file line number Diff line number Diff line change 1
1
# Synthetic Data Values Generator (SDVG)
2
2
3
+ [ ![ Release] [ release-badge ]] [ release-url ]
4
+ [ ![ CI] [ actions-badge ]] [ actions-url ]
5
+ [ ![ Coverage Status] [ test-coverage-badge ]] [ test-coverage-url ]
6
+ [ ![ Language] [ language-badge ]] [ language-url ]
7
+ [ ![ License] [ license-badge ]] [ license-url ]
8
+
9
+ [ release-badge ] : https://img.shields.io/github/v/release/tarantool/sdvg?filter=!latest
10
+ [ release-url ] : https://github.com/tarantool/sdvg/releases
11
+ [ actions-badge ] : https://img.shields.io/github/check-runs/tarantool/sdvg/master
12
+ [ actions-url ] : https://github.com/tarantool/sdvg/actions
13
+ [ test-coverage-badge ] : https://img.shields.io/coverallsCoverage/github/tarantool/sdvg?branch=master
14
+ [ test-coverage-url ] : https://coveralls.io/github/tarantool/sdvg?branch=master
15
+ [ language-badge ] : https://img.shields.io/github/languages/top/tarantool/sdvg
16
+ [ language-url ] : https://github.com/tarantool/sdvg/search?l=go
17
+ [ license-badge ] : https://img.shields.io/github/license/tarantool/sdvg
18
+ [ license-url ] : ./LICENSE
19
+
3
20
## Language
4
21
5
22
- ** English**
Original file line number Diff line number Diff line change 1
1
# Synthetic Data Values Generator (SDVG)
2
2
3
+ [ ![ Release] [ release-badge ]] [ release-url ]
4
+ [ ![ CI] [ actions-badge ]] [ actions-url ]
5
+ [ ![ Coverage Status] [ test-coverage-badge ]] [ test-coverage-url ]
6
+ [ ![ Language] [ language-badge ]] [ language-url ]
7
+ [ ![ License] [ license-badge ]] [ license-url ]
8
+
9
+ [ release-badge ] : https://img.shields.io/github/v/release/tarantool/sdvg?filter=!latest
10
+ [ release-url ] : https://github.com/tarantool/sdvg/releases
11
+ [ actions-badge ] : https://img.shields.io/github/check-runs/tarantool/sdvg/master
12
+ [ actions-url ] : https://github.com/tarantool/sdvg/actions
13
+ [ test-coverage-badge ] : https://img.shields.io/coverallsCoverage/github/tarantool/sdvg?branch=master
14
+ [ test-coverage-url ] : https://coveralls.io/github/tarantool/sdvg?branch=master
15
+ [ language-badge ] : https://img.shields.io/github/languages/top/tarantool/sdvg
16
+ [ language-url ] : https://github.com/tarantool/sdvg/search?l=go
17
+ [ license-badge ] : https://img.shields.io/github/license/tarantool/sdvg
18
+ [ license-url ] : ./LICENSE
19
+
3
20
## Язык
4
21
5
22
- [ English] ( README.md )
You can’t perform that action at this time.
0 commit comments