From c0bfbd3ba35058209f61c0d70a3dccc296a01d9b Mon Sep 17 00:00:00 2001 From: James Wrigley Date: Sun, 1 Dec 2024 12:09:18 +0100 Subject: [PATCH] Update .github/workflows/ci.yml Co-authored-by: Jameson Nash --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37e31bd..d986328 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v5 with: - file: lcov.info + files: lcov.info token: ${{ secrets.CODECOV_TOKEN }} docs: