Skip to content

Commit

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

Expand Down
15 changes: 14 additions & 1 deletion .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,17 @@ jobs:
run: |
py.test
- run: coveralls
- name: Upload coverage data to coveralls.io
run: coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#COVERALLS_FLAG_NAME: ${{ matrix.test-name }}
#COVERALLS_PARALLEL: true


# - name: Coveralls
# uses: AndreMiras/coveralls-python-action@develop
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
#parallel: true
#flag-name: Unit Test
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -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 da09450

Please sign in to comment.