Add codecoverage
This commit is contained in:
parent
69764bf96f
commit
5f52c61a92
2 changed files with 9 additions and 1 deletions
5
.github/workflows/python-package.yml
vendored
5
.github/workflows/python-package.yml
vendored
|
@ -36,3 +36,8 @@ jobs:
|
|||
- name: Test with pytest
|
||||
run: |
|
||||
python3.10 -m pytest --cov=calculator tests/
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
name: codecov-umbrella
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# calculator
|
||||
|
||||
 
|
||||

|
||||
|
||||
[](https://git.zevaryx.com/zevaryx/calculator/-/commits/main)
|
||||
[](https://git.zevaryx.com/zevaryx/calculator/-/commits/main)
|
||||
|
||||
A simple calculator based on [CodePulse's Math Interpreter series](https://www.youtube.com/playlist?list=PLZQftyCk7_Sdu5BFaXB_jLeJ9C78si5_3)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue