Skip to content

Commit

Permalink
Fix coverage (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
nxvembrx authored May 9, 2024
1 parent 90b6aa1 commit 3871af1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ jobs:
- name: Install requirements
run: poetry install
- name: Run tests and collect coverage
run: poetry run pytest --cov .
- run: ls
run: poetry run pytest --cov=pygolomb --cov-report xml:coverage.xml tests/
- run: ls -a
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
flags: smart-tests
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
![PyPI - Version](https://img.shields.io/pypi/v/pygolomb)
![GitHub License](https://img.shields.io/github/license/alxwnth/pygolomb)
![GitHub Release](https://img.shields.io/github/v/release/alxwnth/pygolomb)
[![codecov](https://codecov.io/gh/alxwnth/pygolomb/graph/badge.svg?token=QLNZ5IG1P3)](https://codecov.io/gh/alxwnth/pygolomb)

> A small Python library to test binary sequences with Golomb's randomness postulates.
Expand Down

0 comments on commit 3871af1

Please sign in to comment.