Skip to content

Commit 48c60f8

Browse files
committed
pass all coverage files to coverall
1 parent 4271b35 commit 48c60f8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: ${{ matrix.os == 'ubuntu-latest' && matrix.ruby == '3.0' }}
3232
with:
3333
name: coverage
34-
path: './coverage/lcov/omniauth-oauth2.lcov'
34+
path: coverage/
3535
retention-days: 1
3636

3737
coveralls:
@@ -42,8 +42,6 @@ jobs:
4242
- uses: actions/download-artifact@v3
4343
with:
4444
name: coverage
45-
path: './coverage/lcov/'
45+
path: coverage/
4646
- name: Coveralls GitHub Action
4747
uses: coverallsapp/github-action@v2
48-
with:
49-
file: './coverage/lcov/omniauth-oauth2.lcov'

0 commit comments

Comments
 (0)