Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install missing aexpect dependency (remove when https://github.com/avocado-framework/aexpect/pull/81 is merged)
run: pip install six numpy
- run: pip install -e .[dev]
- run: make check
5 changes: 4 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ sphinx:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: requirements.txt
- method: pip
path: .
extra_requirements:
- dev

16 changes: 0 additions & 16 deletions docs/source/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,3 @@ visualization of the changes::
.. image:: https://readthedocs.org/projects/run-perf/badge/?version=latest
:target: https://run-perf.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://img.shields.io/lgtm/alerts/g/distributed-system-analysis/run-perf.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/distributed-system-analysis/run-perf/alerts/
:alt: LGTM alerts

.. image:: https://img.shields.io/lgtm/grade/python/g/distributed-system-analysis/run-perf.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/distributed-system-analysis/run-perf/context:python
:alt: LGTM Python code quality

.. image:: https://api.codeclimate.com/v1/badges/5a2ca7137e0094c24c18/maintainability
:target: https://codeclimate.com/github/distributed-system-analysis/run-perf/maintainability
:alt: Maintainability

.. image:: https://api.codeclimate.com/v1/badges/5a2ca7137e0094c24c18/test_coverage
:target: https://codeclimate.com/github/distributed-system-analysis/run-perf/test_coverage
:alt: Test Coverage
Loading