Skip to content

Commit

Permalink
Merge pull request #10 from gregoranders/development
Browse files Browse the repository at this point in the history
WIP: new workflow
  • Loading branch information
gregoranders authored Apr 10, 2020
2 parents 8fe61ef + 13f7bb2 commit 08da8e5
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 08da8e5

Please sign in to comment.