Skip to content

Commit

Permalink
Merge pull request #16 from Shopify/fix-lcov-issue_number-error
Browse files Browse the repository at this point in the history
Use a forked lcov-reporter-action version that fixes an error in the original action
  • Loading branch information
chrispappas authored May 11, 2022
2 parents 03874c9 + f89a626 commit 2f94fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: github.ref == 'refs/heads/main'
run: cp coverage.lcov main.lcov
- name: Code Coverage Report
uses: romeovs/lcov-reporter-action@v0.3.1
uses: osmind-development-org/lcov-reporter-action@v0.3.2
if: matrix.version == '1.18.1'
with:
lcov-file: ./coverage.lcov
Expand Down

0 comments on commit 2f94fef

Please sign in to comment.