Skip to content

Commit

Permalink
ci: Remove unused steps, install package
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jan 17, 2022
1 parent 0796947 commit d4ab71d
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
run: |
python -m pip install --upgrade pip wheel
pip install -r requirements.txt -r requirements-test.txt
- name: Install package
run: pip install -e .
- name: Test
run: |
py.test --cov=locale_lint locale_lint
Expand All @@ -53,14 +55,5 @@ jobs:
coverage xml
- uses: codecov/[email protected]
with:
token: ${{secrets.CODECOV_TOKEN}}
flags: unittests
name: Python ${{ matrix.python-version }}, ${{ matrix.os }}
- name: DeepSource
if: ${{ matrix.os == 'ubuntu-20.04' }}
continue-on-error: true
env:
DEEPSOURCE_DSN: https://[email protected]
run: |
curl https://deepsource.io/cli | sh
./bin/deepsource report --analyzer test-coverage --key python --value-file ./coverage.xml

0 comments on commit d4ab71d

Please sign in to comment.