Skip to content

Commit

Permalink
workflows: minor fixes for coverage jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthvp committed Feb 14, 2021
1 parent da7036c commit 62d04a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2
- name: Coveralls
uses: coverallsapp/github-action@master
Expand All @@ -94,7 +95,7 @@ jobs:
needs: test
steps:
- uses: actions/download-artifact@v2
- run: zip -r coverage.zip coverage
- run: zip -r coverage.zip coverage/lcov-report
- name: Upload coverage reports to Toolforge
uses: garygrossgarten/github-action-scp@release
with:
Expand Down

0 comments on commit 62d04a1

Please sign in to comment.