Skip to content

Commit

Permalink
Coveralls Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
judahpaul16 committed Apr 28, 2024
1 parent 97caace commit d27c270
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ jobs:
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
pip install pytest coverage coveralls
- name: Run tests with coverage
run: |
pip install pytest
pytest tests/
coverage run --source=dirconfig -m pytest tests/
coverage report -m
- name: Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
pip install coveralls
coveralls
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![PyPI](https://img.shields.io/pypi/v/dirconfig)](https://pypi.org/project/dirconfig/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dirconfig)
[![PyPI - License](https://img.shields.io/pypi/l/dirconfig)](LICENSE)
[![Coverage](https://coveralls.io/repos/github/judahpaul16/dirconfig/badge.svg?branch=master)](https://coveralls.io/github/judahpaul16/dirconfig?branch=master)
[![Coverage](https://coveralls.io/repos/github/judahpaul16/dirconfig/badge.svg?branch=main)](https://coveralls.io/github/judahpaul16/dirconfig?branch=main)
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/judahpaul16/dirconfig/workflow.yaml)](https://github.com/judahpaul16/dirconfig/actions)

Configure what files should be in what folders using an easy-to-read YAML config file.
Expand Down

0 comments on commit d27c270

Please sign in to comment.