Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:panoptes/POCS into fix-cloud-log…
Browse files Browse the repository at this point in the history
…ging
  • Loading branch information
wtgee committed Apr 4, 2024
2 parents b1223d5 + eee1cda commit 8a6436e
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/pythontest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,22 @@ jobs:
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@master
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@master
with:
python-version: ${{ matrix.python-version }}
- name: Install
run: pip install ".[google,focuser,sensors,testing]"
- name: Test
run: pytest
- name: Upload coverage report to codecov.io
uses: codecov/codecov-action@v3
if: success()
- name: Check files
run: ls -l build
- uses: codecov/codecov-action@v4
with:
name: codecov-upload
name: codecov-umbrella
token: ${{ secrets.CODECOV_TOKEN }}
files: build/coverage.xml
fail_ci_if_error: true
verbose: true
- name: Create log file artifact
uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 8a6436e

Please sign in to comment.