Skip to content

Commit

Permalink
:| coveralls .lcov file hassle
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkokotila committed Sep 16, 2019
1 parent bf50c12 commit d8f9ba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
export MPLBACKEND=agg
pip install tensorflow
pip install coveralls
coverage run --source=talos ./test_script.py
coverage run --source=talos ./test_script.py --output=report.lcov
- name: Coverage
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: ./.coverage
path-to-lcov: ./report.lcov

0 comments on commit d8f9ba5

Please sign in to comment.