Skip to content

Commit

Permalink
codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Jun 23, 2020
1 parent 54cc3c6 commit f9abb7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- name: Run tests
run: |
oscript ./tasks/coverage.os
- uses: ashley-taylor/[email protected]
- name: Codecov
uses: codecov/[email protected]
if: always()
with:
access-token: ${{ secrets.GITHUB_TOKEN }}
path: bdd-log-*.xml
file: ./coverage/coverage.xml

0 comments on commit f9abb7e

Please sign in to comment.