Skip to content

Commit 7e004e5

Browse files
committed
ci: move to codecov for report upload platform
1 parent 24d4978 commit 7e004e5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ jobs:
2525
- name: Run Tests
2626
run: |
2727
mix coveralls.json
28-
# mix coveralls.github
2928
3029
- name: Upload Coverage Reports
3130
run: |
3231
curl -Os https://uploader.codecov.io/latest/linux/codecov
3332
chmod +x codecov
34-
./codecov
33+
./codecov --dir ./cover

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Elasticlunr
22

3-
[![Dialyzer](https://github.com/heywhy/ex_elasticlunr/actions/workflows/dialyzer.yml/badge.svg?branch=master)](https://github.com/heywhy/ex_elasticlunr/actions) [![Test](https://github.com/heywhy/ex_elasticlunr/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/heywhy/ex_elasticlunr/actions) [![Coverage Status](https://coveralls.io/repos/github/heywhy/ex_elasticlunr/badge.svg)](https://coveralls.io/github/heywhy/ex_elasticlunr)
3+
[![Dialyzer](https://github.com/heywhy/ex_elasticlunr/actions/workflows/dialyzer.yml/badge.svg?branch=master)](https://github.com/heywhy/ex_elasticlunr/actions) [![Test](https://github.com/heywhy/ex_elasticlunr/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/heywhy/ex_elasticlunr/actions) [![Codecov](https://codecov.io/gh/heywhy/ex_elasticlunr/branch/master/graph/badge.svg?token=ZDA9GUTAFJ)](https://codecov.io/gh/heywhy/ex_elasticlunr)
44

55
Elasticlunr is a small, full-text search library for use in the Elixir environment. It indexes JSON documents and provides a friendly search interface to retrieve documents.
66

0 commit comments

Comments
 (0)