Skip to content

Commit

Permalink
We don't have a lib/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Dec 9, 2024
1 parent 5074fe7 commit 4f207d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Generate coverage reports
run: |
mkdir artifacts
tar cf - lib/*.gcov src/*.gcov | tar -C artifacts -xf -
tar cf - src/*.gcov | tar -C artifacts -xf -
- name: Upload coverage-annotated source files
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4f207d1

Please sign in to comment.