File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 python-version : ${{ matrix.python-version }}
1616 cache : pip
1717 cache-dependency-path : pyproject.toml
18- - run : pip install .[test] coveralls
18+ - run : pip install .[test]
1919 - run : pytest --cov agatesql
20- - env :
21- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
22- run : coveralls --service=github
20+ - uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
21+ with :
22+ fail_ci_if_error : true
Original file line number Diff line number Diff line change 22 :target: https://github.com/wireservice/agate-sql/actions
33 :alt: Build status
44
5- .. image :: https://coveralls .io/repos /wireservice/agate-sql/badge.svg?branch=master
6- :target: https://coveralls .io/r /wireservice/agate-sql
5+ .. image :: https://codecov .io/github /wireservice/agate-sql/graph/ badge.svg
6+ :target: https://codecov .io/github /wireservice/agate-sql
77 :alt: Coverage status
88
99.. image :: https://img.shields.io/pypi/dm/agate-sql.svg
You can’t perform that action at this time.
0 commit comments