Skip to content

Commit

Permalink
Enable code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Apr 27, 2024
1 parent 77a4eff commit c6aefcb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: Run Demo
run: make demo

# TODO: Add code coverage
# - name: Upload coverage
# uses: codecov/codecov-action@v1
# with:
# fail_ci_if_error: true
- name: Upload coverage
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit c6aefcb

Please sign in to comment.