Skip to content

Commit

Permalink
Test (#40)
Browse files Browse the repository at this point in the history
* fix : codecov removed from dev-requirements.txt

* doc : CHANGELOG updated
  • Loading branch information
sepandhaghighi committed Apr 19, 2023
1 parent 739b777 commit db5d29f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -44,7 +44,8 @@ jobs:
python -m bandit -r penney -s B311
python -m pydocstyle --match-dir=penney
if: matrix.python-version == 3.8
- name: Codecov
run: |
codecov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
if: matrix.python-version == 3.8 && matrix.os == 'ubuntu-20.04'
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Changed
- Test system modified
- `codecov` removed from `dev-requirements.txt`
- `Python 3.10` added to `test.yml`
- `Python 3.11` added to `test.yml`
- `README.md` modified
Expand Down
1 change: 0 additions & 1 deletion dev-requirements.txt
@@ -1,5 +1,4 @@
art==5.8
codecov>=2.0.15
pytest>=4.3.1
pytest-cov>=2.6.1
setuptools>=40.8.0
Expand Down

0 comments on commit db5d29f

Please sign in to comment.