Skip to content

Commit

Permalink
Fix wrong coverage directory in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
reiniscirpons committed May 2, 2024
1 parent 7163307 commit d9bedcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ jobs:
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
directory: ./coverage/
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
- name: "Cleanup . . ."
Expand Down

0 comments on commit d9bedcd

Please sign in to comment.