Skip to content

Commit

Permalink
Remove coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jan 25, 2022
1 parent fc06e57 commit b2d6abf
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 34 deletions.
11 changes: 0 additions & 11 deletions .coveragerc

This file was deleted.

4 changes: 0 additions & 4 deletions .github/scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@ six
mock>=2
pylint>=1.4.4
pytest>=4.6
pytest-cov>=2.2.0
coverage>=4.0.3
coveralls
ipython==5.3.0
12 changes: 0 additions & 12 deletions .github/scripts/set-reportstyle.sh

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/python_unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,8 @@ jobs:
- name: Install requirements
run: pip install -r ${GITHUB_WORKSPACE}/.github/scripts/requirements.txt
- name: Run python unit tests
env:
GITHUB_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
run: |
export PYTHONPATH=${GITHUB_WORKSPACE}:${PYTHONPATH}
echo $PYTHONPATH
source ${GITHUB_WORKSPACE}/.github/scripts/set-reportstyle.sh
export PYTEST_ADDOPTS=$PYTEST_ADDOPTS" -m 'not integration'"
py.test
coveralls
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ iLCInstall is distributed under the [GPLv3 License](http://www.gnu.org/licenses/
[![License](https://www.gnu.org/graphics/gplv3-127x51.png)](https://www.gnu.org/licenses/gpl-3.0.en.html)

[![Build Status](https://travis-ci.org/iLCSoft/iLCInstall.svg?branch=master)](https://travis-ci.org/iLCSoft/iLCInstall)
[![Coverage Status](https://coveralls.io/repos/github/iLCSoft/iLCInstall/badge.svg?branch=master)](https://coveralls.io/github/iLCSoft/iLCInstall?branch=master)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
addopts= -v --cov .
addopts= -v .
python_files=[tT]est*.py # find all Test*, Test_*, *tests, *test, etc. files. Might have a few false positives
python_classes=Test*
python_functions=test_*

0 comments on commit b2d6abf

Please sign in to comment.