Skip to content

Commit

Permalink
fixup! add code coverage upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchurch committed Apr 29, 2024
1 parent d2b3faf commit 28206ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/experimental.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,15 @@ jobs:
- name: Upload code coverage report to Github
uses: actions/upload-artifact@v3
with:
name: coverage
name: lts-coverage
path: ./coverage
retention-days: 1

- name: Upload coverage report to Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: lts

test:
name: Run tests
Expand Down

0 comments on commit 28206ca

Please sign in to comment.