diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 6237ca3..4d348a8 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -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 diff --git a/SECURITY.md b/SECURITY.md index ac3f2b2..c7c93bb 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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: |