Skip to content

Commit

Permalink
Forces coverage output to a specific directory so that codecov-action…
Browse files Browse the repository at this point in the history
… can locate it
  • Loading branch information
ilumsden authored and slabasan committed Dec 27, 2022
1 parent a5aa281 commit 5945a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[run]
parallel = True
branch = True
data_file = ./.coverage/coverage
source = .
omit =
hatchet/tests/*
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,4 @@ jobs:
fail_ci_if_error: true
verbose: true
env_vars: OS,PYTHON
directory: ./.coverage

0 comments on commit 5945a9a

Please sign in to comment.