Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Aug 16, 2021
1 parent dbe66f7 commit 4bd10bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ env:
NPM: npm
PYTHON: python
PYTHONUNBUFFERED: '1'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

defaults:
run:
Expand Down Expand Up @@ -177,10 +176,11 @@ jobs:
- name: Upload coverage report
if: success()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
pip --use-feature=in-tree-build install coveralls
coveralls
coveralls --service=github
- name: Success Reporting
if: success()
Expand Down

0 comments on commit 4bd10bd

Please sign in to comment.