Skip to content

Commit

Permalink
chore: enable codecoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey committed Apr 29, 2024
1 parent 720462d commit 946ef8a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Unit Tests

on:
push:
branches: [ "main" ]
pull_request:

jobs:
Expand All @@ -19,3 +18,8 @@ jobs:

- name: Run Tests
run: make test-unit

- name: Upload Coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 946ef8a

Please sign in to comment.