Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
deadc0de6 committed Nov 26, 2023
2 parents b4625c3 + 5a38ea7 commit 96e08db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
./tests.sh
env:
DOTDROP_WORKERS: 4
- name: Coveralls
run: |
pip install coveralls
coveralls --service=github --submit=coverage.xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
files: coverage.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[![Tests Status](https://github.com/deadc0de6/dotdrop/workflows/tests/badge.svg?branch=master)](https://github.com/deadc0de6/dotdrop/actions)
[![Doc Status](https://readthedocs.org/projects/dotdrop/badge/?version=latest)](https://dotdrop.readthedocs.io/en/latest/?badge=latest)
[![Coveralls](https://img.shields.io/coveralls/github/deadc0de6/dotdrop)](https://coveralls.io/github/deadc0de6/dotdrop?branch=master)
[![codecov](https://codecov.io/github/deadc0de6/dotdrop/graph/badge.svg?token=SscGyrtgYL)](https://codecov.io/github/deadc0de6/dotdrop)
![CodeQL](https://github.com/deadc0de6/dotdrop/workflows/CodeQL/badge.svg)

[![Python](https://img.shields.io/pypi/pyversions/dotdrop.svg)](https://pypi.python.org/pypi/dotdrop)
Expand Down
2 changes: 1 addition & 1 deletion scripts/check-unittests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ if [ -n "${WORKERS}" ]; then
fi

mkdir -p coverages/
coverage run -p --data-file coverages/coverage -m pytest tests -x
coverage run -p --data-file coverages/coverage --source=dotdrop -m pytest tests -x

0 comments on commit 96e08db

Please sign in to comment.