aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-03-21 17:14:18 +0000
committerGravatar Chris Lovering <[email protected]>2023-03-21 17:14:18 +0000
commitef64124b835c955d2ed527b6b2b1b7830119b002 (patch)
treea1ee52b7ea6cb3f3b87ab3bef18243c4088c9623
parentBump coverallsapp/github-action from 1.2.4 to 2.0.0 (diff)
Replace removed path-to-lcov option with new ile option in coveralls CI action
-rw-r--r--.github/workflows/lint-test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml
index 691c61a4..efb88804 100644
--- a/.github/workflows/lint-test.yaml
+++ b/.github/workflows/lint-test.yaml
@@ -57,7 +57,7 @@ jobs:
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- path-to-lcov: ./coverage.lcov
+ file: ./coverage.lcov
- name: Tear down docker-compose containers
run: docker-compose stop