Skip to content

Commit

Permalink
upload coverage to codecov (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb committed Sep 7, 2021
1 parent 56f9448 commit 122936f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, macos-latest]

steps:
- name: Checkout Github Repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -150,3 +150,7 @@ jobs:
- name: Run unit-test
run: |
make test
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true

0 comments on commit 122936f

Please sign in to comment.