Skip to content

Commit

Permalink
Merge ae52905 into 433f27b
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjamart committed Mar 5, 2021
2 parents 433f27b + ae52905 commit 0528f42
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion .github/workflows/python_actions.yml
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
@@ -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 0528f42

Please sign in to comment.