From 05545309b359678ac0581bed557b3c4ca3d76dc4 Mon Sep 17 00:00:00 2001 From: Gregor Anders Date: Sun, 14 Jun 2020 17:56:11 +0200 Subject: [PATCH] fix(build): update lcov location update lcov location for coveralls action update SECURITY.md --- .github/workflows/master.yml | 2 +- SECURITY.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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: |