File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 15
15
- name : Unit Test
16
16
run : |
17
17
make test
18
+ - name : Report
19
+ if : github.actor == 'linuxsuren'
20
+ env :
21
+ CODACY_PROJECT_TOKEN : ${{ secrets.CODACY_PROJECT_TOKEN }}
22
+ run : |
23
+ bash <(curl -Ls https://coverage.codacy.com/get.sh) report --partial --force-coverage-parser go -r coverage.out
24
+ bash <(curl -Ls https://coverage.codacy.com/get.sh) final
18
25
19
26
Build :
20
27
runs-on : ubuntu-20.04
Original file line number Diff line number Diff line change
1
+ [ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Coverage/707e613bf0d84c3cb1367f98e4b1e463 )] ( https://app.codacy.com/gh/LinuxSuRen/atest-ext-store-orm/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade )
2
+
1
3
# atest-ext-store-orm
2
4
ORM database Store Extension of API Testing
3
5
You can’t perform that action at this time.
0 commit comments