Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 5a9f5bf

Browse files
committed
feat(actions): report to codecov.io
1 parent 6a16005 commit 5a9f5bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ jobs:
4545
run: mix test
4646
- name: report to inch platform
4747
run: MIX_ENV=test mix inch.report
48+
- name: report to codecov.io
49+
run: bash <(curl -s -k https://codecov.io/bash)

0 commit comments

Comments
 (0)