Skip to content

Commit

Permalink
Try upgrading pip to get coveralls running again
Browse files Browse the repository at this point in the history
  • Loading branch information
thatsIch committed Apr 27, 2018
1 parent a396077 commit 0a86b70
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@ test_script:
# - ps: .\appveyor.ps1 "run_syntax_tests" -verbose

after_test:
- ps: pip install coveralls
# upgrade to latest pip first
- python -m pip install --upgrade pip
- pip install coveralls

# check if actually copied
- ps: coverage report
- coverage report

# set via AppVeyor environment token for privacy
# or use encrypted versions and decrypt it here
Expand All @@ -74,10 +76,10 @@ after_test:


# additional support for codacy
- ps: pip install codacy-coverage
- pip install codacy-coverage

# To generate the required coverage XML file, calculate coverage for your project as normal, by running:
- ps: coverage xml
- coverage xml

# Next, simply run the Codacy reporter. It will find the current commit and send all details to your project dashboard:
- python-codacy-coverage -r coverage.xml
Expand Down

0 comments on commit 0a86b70

Please sign in to comment.