Skip to content

Commit

Permalink
Check codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
dvkruchinin committed May 31, 2021
1 parent 0d41d04 commit 689632d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Installing dependencies
run: |
pip install coveralls tensorflow
pip install coverage tensorflow
pip install -e ./
- name: Unit testing
run: |
Expand All @@ -34,4 +34,5 @@ jobs:
run: |
coverage run -m unittest discover -v
coverage run -a datum.py -h
coveralls
coverage xml
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r coverage.xml

0 comments on commit 689632d

Please sign in to comment.