Skip to content

Commit 48dc0b8

Browse files
author
Theofilos Manitaras
committed
Replace codecov with coverage ci
Signed-off-by: Theofilos Manitaras <manitaras@cscs.ch>
1 parent 8e0be7a commit 48dc0b8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Generic Unittests and Coverage Report
2525
if: matrix.python-version == '3.8'
2626
run: |
27-
pip install codecov
27+
python -m pip install coverage
2828
coverage run --source=reframe ./test_reframe.py
2929
coverage report -m
3030
- name: Upload Coverage to Codecov

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
archspec==0.2.0
22
argcomplete==2.0.0
3-
coverage==6.2; python_version < '3.7'
4-
coverage==7.1.0; python_version >= '3.7'
53
importlib_metadata==4.0.1; python_version < '3.8'
64
jsonschema==3.2.0
75
lxml==4.9.2

0 commit comments

Comments
 (0)