Skip to content

Commit

Permalink
[FIX] use absolute paths in codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Mar 24, 2021
1 parent a1dd8cd commit 262f8bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@ jobs:
if: matrix.build == 'coverage'
uses: codecov/codecov-action@v1
with:
files: ./seqan3-build/seqan3_coverage
root_dir: ./seqan3
files: ${{ github.workspace }}/seqan3-build/seqan3_coverage
root_dir: ${{ github.workspace }}/seqan3

- name: Package documentation
if: matrix.build == 'documentation'
Expand Down

0 comments on commit 262f8bb

Please sign in to comment.