Skip to content

Commit

Permalink
update dependencies and try coveralls again
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed Apr 22, 2023
1 parent 83f4410 commit 52f33ef
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 225 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,9 @@ jobs:
coverage lcov --include "routingpy/*"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage.lcov

0 comments on commit 52f33ef

Please sign in to comment.