Skip to content

Commit

Permalink
Merge pull request #41 from thombashi/fix_ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
thombashi authored Apr 7, 2024
2 parents aa20181 + f93c65b commit 3d977ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:

- name: Combine coverage reports
run: |
coverage combine artifact/**/.coverage_*
coverage combine artifact/.coverage_*
ls -alR
- name: Upload coverage report
Expand Down

0 comments on commit 3d977ee

Please sign in to comment.