Skip to content

Commit

Permalink
Merge 398f87f into 433f27b
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjamart committed Mar 5, 2021
2 parents 433f27b + 398f87f commit c5c65db
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
1 change: 1 addition & 0 deletions .coveragerc
@@ -1,5 +1,6 @@
[run]
source = graphics_service
relative_files = True
omit =
graphics_service/tests*

Expand Down
25 changes: 24 additions & 1 deletion .github/workflows/python_actions.yml
Expand Up @@ -25,4 +25,27 @@ jobs:
run: |
py.test
- run: coveralls
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
#parallel: true
#flag-name: Unit Test

# coveralls_finish:
# needs: build
# runs-on: ubuntu-latest
# steps:
# - name: Coveralls Finished
# uses: AndreMiras/coveralls-python-action@develop
#with:
# parallel-finished: true

#- run: coveralls --output=lcov.info

#- name: Coveralls
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# path-to-lcov: "./lcov.info"

4 changes: 2 additions & 2 deletions dev-requirements.txt
@@ -1,5 +1,5 @@
coveralls==1.8.2
coverage==4.5.4
coveralls==2.2.0
coverage==5.2.1
Flask-Testing==0.8.0
httpretty==0.8.10; python_version < '3.0'
httpretty==1.0.5; python_version > '3.0'
Expand Down

0 comments on commit c5c65db

Please sign in to comment.