Skip to content

Commit

Permalink
Sending a coverage report if python3.6 (cvat-ai#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvkruchinin authored Jun 1, 2021
1 parent 70e2647 commit c5bf74b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
coverage run -a datum.py -h
coverage xml
- name: Sending coverage results
if: matrix.python-version == '3.6'
run: |
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r coverage.xml -t ${{ secrets.CODACY_PROJECT_TOKEN }}

0 comments on commit c5bf74b

Please sign in to comment.