Skip to content

Commit

Permalink
fix(build): update lcov location
Browse files Browse the repository at this point in the history
update lcov location for coveralls action
update SECURITY.md
  • Loading branch information
gregoranders committed Jun 14, 2020
1 parent 6268c5e commit 0554530
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage/lcov.info
path-to-lcov: ./test/coverage/lcov.info
env:
CI: true
- name: publish code coverage to code climate
Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
| Version | Supported |
| ------- | ------------------ |
| 0.0.7 | :white_check_mark: |
| 0.0.8 | :white_check_mark: |
| 0.0.7 | :x: |
| 0.0.6 | :x: |
| 0.0.5 | :x: |
| 0.0.4 | :x: |
Expand Down

0 comments on commit 0554530

Please sign in to comment.