Skip to content

Commit 6335308

Browse files
authored
Fix correct version of fucov
1 parent f925de7 commit 6335308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
sudo apt install -y libadwaita-1-dev
123123
- name: Generate coverage
124124
# runs cargo with defaults flags, using the default `lcov` output
125-
uses: Swatinem/fucov@v1
125+
uses: Swatinem/fucov@v1.0.0
126126
- name: Upload coverage
127127
uses: codecov/[email protected]
128128
env:

0 commit comments

Comments
 (0)