ci: setup codecov
This commit is contained in:
parent
dc2eab709e
commit
ccd370052d
|
@ -78,4 +78,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
environment: production
|
environment: production
|
||||||
set_commits: skip
|
set_commits: skip
|
||||||
version: ${{ github.sha }}
|
version: ${{ github.sha }}
|
||||||
|
|
||||||
|
- uses: codecov/codecov-action@v2
|
||||||
|
with:
|
||||||
|
flags: api
|
|
@ -121,4 +121,8 @@ jobs:
|
||||||
languages: go
|
languages: go
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v1
|
uses: github/codeql-action/analyze@v1
|
||||||
|
|
||||||
|
- uses: codecov/codecov-action@v2
|
||||||
|
with:
|
||||||
|
flags: api
|
Loading…
Reference in New Issue