Skip to content

Commit

Permalink
Merge pull request #2496 from eseiler/fix/codecov_action_absolute_path
Browse files Browse the repository at this point in the history
[FIX] use absolute paths in codecov
  • Loading branch information
marehr authored Mar 29, 2021
2 parents 67ebf42 + 6db646e commit 06961d3
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

1 comment on commit 06961d3

@vercel
Copy link

@vercel vercel bot commented on 06961d3 Mar 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.