Skip to content

Commit

Permalink
WIP: new workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Gregor Anders <[email protected]>
  • Loading branch information
gregoranders committed Apr 10, 2020
1 parent 18943dd commit 13f7bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
GITHUB_COMMIT: ${{ github.sha }}
PACKAGE_JSON: ${{ steps.projectinfo.outputs.context }}
- name: test coverage
uses: coverallsapp/github-action@master
if: matrix.os == 'ubuntu-latest'
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage/lcov.info
Expand Down

0 comments on commit 13f7bb2

Please sign in to comment.