Skip to content

Commit

Permalink
Merge pull request #78 from nschloe/passive-active
Browse files Browse the repository at this point in the history
Passive active
  • Loading branch information
nschloe authored Jun 22, 2020
2 parents 49cba8f + 76eec77 commit 0f9a086
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 53 deletions.
39 changes: 0 additions & 39 deletions .circleci/config.yml

This file was deleted.

1 change: 1 addition & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
comment: no
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: ci

on: [pull_request]

Expand Down Expand Up @@ -27,16 +27,16 @@ jobs:
steps:
- uses: actions/setup-python@v1
with:
python-version: "3.x"
python-version: ${{ matrix.python-version }}
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get install -y stress
- name: Install package
run: |
pip install .
run: pip install .
- name: Test with pytest
run: |
pip install pytest pytest-cov
cd test/ && MPLBACKEND=Agg pytest --cov stressberry
# - name: Submit to codecov
# run: bash <(curl -s https://codecov.io/bash)
- name: Submit to codecov
if: ${{ matrix.python-version == '3.8' }}
run: bash <(curl -s https://codecov.io/bash)
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ package for testing the core temperature under different loads, and it produces
plots which can easily be compared.

### Raspberry Pi 4B
<img src="https://nschloe.github.io/stressberry/4b.svg" width="70%">
<img src="https://nschloe.github.io/stressberry/4b-active.svg" width="100%"> | <img src="https://nschloe.github.io/stressberry/4b-passive.svg" width="100%">
:--------------------------------------:|:----------------------:|
active | passive

<img src="https://nschloe.github.io/stressberry/rpi4-fans.jpg" width="70%"> | <img src="https://nschloe.github.io/stressberry/kksb.jpg" width="70%"> | <img src="https://nschloe.github.io/stressberry/argon-one.jpg" width="70%">
:--------------------------------------:|:----------------------:|:------:|
Expand Down
7 changes: 0 additions & 7 deletions codecov.yml

This file was deleted.

0 comments on commit 0f9a086

Please sign in to comment.