Skip to content

Commit

Permalink
housekeeping: send all files
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Oct 14, 2020
1 parent b008d09 commit 67b6ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Upload Code Coverage
run: |
npm install -g codecov
codecov -f coverage.cobertura.xml
codecov
working-directory: artifacts/coverage
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 67b6ca3

Please sign in to comment.