Skip to content

Commit

Permalink
test this
Browse files Browse the repository at this point in the history
  • Loading branch information
nov committed Jul 19, 2023
1 parent 4271b35 commit f32e0a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' && matrix.ruby == '3.0' }}
with:
name: coverage
path: './coverage/lcov/omniauth-oauth2.lcov'
path: coverage/lcov/
retention-days: 1

coveralls:
Expand All @@ -42,8 +42,8 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: coverage
path: './coverage/lcov/'
path: coverage/lcov/
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
with:
file: './coverage/lcov/omniauth-oauth2.lcov'
file: coverage/lcov/omniauth-oauth2.lcov

0 comments on commit f32e0a3

Please sign in to comment.