Skip to content

Commit 4a64ffe

Browse files
committed
fix: use full git history in build job for octocov to push coverage files
1 parent 423bc58 commit 4a64ffe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v6
20+
with:
21+
fetch-depth: 0
2022

2123
- name: Install Nix
2224
uses: DeterminateSystems/nix-installer-action@v22

0 commit comments

Comments
 (0)