Skip to content

Commit

Permalink
Fixed .\coverage.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
BetimBeja committed May 8, 2021
1 parent fa1d45c commit bdcc709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Test Coverage
working-directory: ${{env.GITHUB_WORKSPACE}}
run: coverage.bat
run: .\coverage.bat

- uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit bdcc709

Please sign in to comment.