File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 run : mix check
6161
6262 - name : Upload Coverage Report
63- run : mix coveralls.post --token ${{ secrets.COVERALLS_REPO_TOKEN }}
63+ env :
64+ COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
65+ run : mix coveralls.github
6466
Original file line number Diff line number Diff line change 11# LeXtract
22
3- [ ![ Hex] ( https://img.shields.io/hexpm/v/lextract?style=flat-square )] ( https://hex.pm/packages/lextract )
3+ [ ![ Hex] ( https://img.shields.io/hexpm/v/lextract?style=flat-square )] ( https://hex.pm/packages/lextract ) [ ![ Coverage Status ] ( https://coveralls.io/repos/github/YgorCastor/lextract/badge.svg?branch=master )] ( https://coveralls.io/github/YgorCastor/lextract?branch=master )
44
55LLM-powered text extraction library for Elixir. Based on Google's [ LangExtract] ( https://github.com/google/langextract )
66
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ defmodule LeXtract.MixProject do
7171 preferred_envs: [
7272 coveralls: :test ,
7373 "coveralls.post": :test ,
74+ "coveralls.github": :test ,
7475 "coveralls.html": :test ,
7576 "test.integration": :test
7677 ]
You can’t perform that action at this time.
0 commit comments