Skip to content

Commit e3a14fa

Browse files
committed
Added code coverage to testing workflow
1 parent 41f8d6a commit e3a14fa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
- name: Install package
4646
run: |
4747
pip install -e .[docs,tests]
48-
48+

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ jobs:
3535
shell: bash
3636
run: |
3737
pytest -vs --cov=pycallrail --cov-report term-missing:skip-covered
38+
39+
- name: Upload coverage reports to Codecov
40+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)