Skip to content

Commit

Permalink
add coveralls and remove jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwan Debbiche (Macbook Pro) committed Oct 15, 2020
1 parent 5185cc8 commit cd3804f
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 972 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
run: |
poetry run coverage run -m --source=tsgen pytest tests
poetry run coverage report
- name: Coveralls
run: poetry run coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

publish:
needs: test
Expand Down

0 comments on commit cd3804f

Please sign in to comment.