Skip to content

Commit

Permalink
ci: add codecov report upload
Browse files Browse the repository at this point in the history
  • Loading branch information
djwhitt committed Sep 15, 2023
1 parent d8bf81e commit 60fb2ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
path: test-results.json
reporter: mocha-json

# Codecov report
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

# Build and push container image to GCR (only on main branch)
- name: Log in to the GitHub Container Registry
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 60fb2ca

Please sign in to comment.