diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index bed8425..35cf183 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -78,4 +78,8 @@ jobs: with: environment: production set_commits: skip - version: ${{ github.sha }} \ No newline at end of file + version: ${{ github.sha }} + + - uses: codecov/codecov-action@v2 + with: + flags: api \ No newline at end of file diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b87eca8..b9ec564 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -121,4 +121,8 @@ jobs: languages: go - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 \ No newline at end of file + uses: github/codeql-action/analyze@v1 + + - uses: codecov/codecov-action@v2 + with: + flags: api \ No newline at end of file