Skip to content

Commit

Permalink
Merge b9061d7 into 433f27b
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjamart committed Mar 5, 2021
2 parents 433f27b + b9061d7 commit 2b0a82a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python_actions.yml
Expand Up @@ -6,8 +6,6 @@ jobs:
build:

runs-on: ubuntu-latest
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

steps:
- uses: actions/checkout@v2
Expand All @@ -25,4 +23,7 @@ jobs:
run: |
py.test
- run: coveralls
- name: Upload coverage data to coveralls.io
run: coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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 2b0a82a

Please sign in to comment.