Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
slimovich committed Jul 1, 2020
1 parent 711fa94 commit 1fb9560
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,5 @@ jobs:
- name: Test
run: make test

- name: Upload test report if failure
uses: actions/upload-artifact@v2
if: failure()
with:
name: tests-report
path: .artifacts/tests.xml

- name: Upload flake8 report if failure
uses: actions/upload-artifact@v2
if: failure()
with:
name: flake8-report
path: .artifacts/flake8.txt

- name: Code coverage
run: bash <(curl -s https://codecov.io/bash)

0 comments on commit 1fb9560

Please sign in to comment.