Skip to content

Commit

Permalink
Both path fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Oct 25, 2023
1 parent 7968a98 commit 86db386
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,6 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
if: matrix.os == 'ubuntu-latest' && matrix.py3version == '11'
env:
with:
fail_ci_if_error: true
directory: "./reports/coverage/"
3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ coverage:

comment:
layout: "diff, flags, files"

fixes:
- "calliope/::src/calliope/"

0 comments on commit 86db386

Please sign in to comment.