Skip to content

Commit

Permalink
ci: update build.yml for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
virtual-designer authored Dec 2, 2023
1 parent 310bd3a commit 37778da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,8 @@ jobs:

- name: "Build (Native)"
run: make

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

0 comments on commit 37778da

Please sign in to comment.