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 1515 - name : Unit Test
1616 run : |
1717 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
1825
1926 Build :
2027 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+
13# atest-ext-store-orm
24ORM database Store Extension of API Testing
35
You can’t perform that action at this time.
0 commit comments