Skip to content

Commit

Permalink
Disable codecov on macOS due to hangs.
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nu committed Feb 18, 2021
1 parent 8803f9f commit 7b0bc73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
- name: Install system dependencies (macOS)
if: runner.os == 'macOS'
run: |
brew upgrade openssl readline xz
brew install borgbackup
brew install openssl readline xz borgbackup
- name: Install Vorta
run: |
pip install -e .
Expand All @@ -43,9 +42,10 @@ jobs:
xvfb-run --server-args="-screen 0 1024x768x24+32" \
-a dbus-run-session -- coverage run -m pytest
- name: Test with pytest (macOS)
# no codecov due to hangs.
if: runner.os == 'macOS'
run: |
coverage run -m pytest
pytest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
env:
Expand Down

0 comments on commit 7b0bc73

Please sign in to comment.