Skip to content

Commit

Permalink
fix coverage1
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkateshRavula committed Mar 19, 2021
1 parent 9de116c commit e7ee09e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ jobs:
echo "PYTHONPATH=$ANSIBLE_LIBRARY:$PYTHONPATH" >> $GITHUB_ENV
touch examples/vars/config.yml
./build.sh
ls -lta .
cat coverage.xml
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.COVERALLS_TOKEN }}
coveralls-endpoint: 'https://coveralls.io'
flag-name: 'Unit test'
path-to-lcov: 'coverage.xml'

0 comments on commit e7ee09e

Please sign in to comment.