Skip to content

Commit

Permalink
Add initial workflow file to test workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan Zeeff <sebastiaan.zeeff@gmail.com>
  • Loading branch information
SebastiaanZ committed Nov 13, 2020
1 parent ec257f0 commit 37c10b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lint-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ jobs:
coverage run -m xmlrunner
coverage report -m && coverage xml -o coverage.xml
- name: Publish coverage report to coveralls.io
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip install coveralls
coveralls
- name: Upload coverage artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 37c10b8

Please sign in to comment.