Skip to content

Commit

Permalink
fix lcov path
Browse files Browse the repository at this point in the history
  • Loading branch information
grodowski committed Jan 22, 2024
1 parent c28144a commit a2587d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -22,4 +22,4 @@ jobs:
ruby -e "$(curl -s https://undercover-ci.com/uploader.rb)" -- \
--repo twitchy-tortoise/undercover-test \
--commit $GITHUB_SHA \
--lcov coverage/lcov/undercover-test.lcov
--lcov /home/runner/work/undercover-test/undercover-test/coverage/lcov/undercover-test.lcov

0 comments on commit a2587d4

Please sign in to comment.