We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1514f3 + 1b6a6bf commit cb3c5a2Copy full SHA for cb3c5a2
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Generic Unittests and Coverage Report
25
if: matrix.python-version == '3.8'
26
run: |
27
- pip install codecov
+ python -m pip install coverage
28
coverage run --source=reframe ./test_reframe.py
29
coverage report -m
30
- name: Upload Coverage to Codecov
requirements.txt
@@ -1,7 +1,5 @@
1
archspec==0.2.0
2
argcomplete==3.0.5
3
-coverage==6.2; python_version < '3.7'
4
-coverage==7.2.2; python_version >= '3.7'
5
importlib_metadata==4.0.1; python_version < '3.8'
6
jsonschema==3.2.0
7
lxml==4.9.2
0 commit comments