Skip to content

Commit 2f6187a

Browse files
authored
Merge branch 'develop' into develop
2 parents dd29444 + 06dd845 commit 2f6187a

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/reframe-hpc)
1414
[![Downloads](https://pepy.tech/badge/reframe-hpc)](https://pepy.tech/project/reframe-hpc)
1515
[![Downloads](https://pepy.tech/badge/reframe-hpc/month)](https://pepy.tech/project/reframe-hpc)<br/>
16-
[![Slack](https://reframe-slack.herokuapp.com/badge.svg)](https://reframe-slack.herokuapp.com/)<br/>
16+
[![Slack](https://badgen.net/badge/icon/slack?icon=slack&label)](https://join.slack.com/t/reframetalk/shared_invite/zt-1tar8s71w-At0tolJ~~zxT2oG_2Ly9sw)
1717
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
1818
[![DOI](https://zenodo.org/badge/89384186.svg)](https://zenodo.org/badge/latestdoi/89384186)<br/>
1919
[![Twitter Follow](https://img.shields.io/twitter/follow/ReFrameHPC?style=social)](https://twitter.com/ReFrameHPC)
@@ -93,7 +93,7 @@ You can get in contact with the ReFrame community in the following ways:
9393

9494
### Slack
9595

96-
Please join the community's [Slack channel](https://reframe-slack.herokuapp.com) for keeping up with the latest news about ReFrame, posting questions and, generally getting in touch with other users and the developers.
96+
Please join the community's [Slack channel](https://join.slack.com/t/reframetalk/shared_invite/zt-1tar8s71w-At0tolJ~~zxT2oG_2Ly9sw) for keeping up with the latest news about ReFrame, posting questions and, generally getting in touch with other users and the developers.
9797

9898
## Contributing back
9999

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==3.0.5
3-
coverage==6.2; python_version < '3.7'
4-
coverage==7.2.2; 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)