Skip to content

Commit b673738

Browse files
authored
chore: Update README and coverage action to include tags (#71)
1 parent 40ae76d commit b673738

File tree

3 files changed

+340
-232
lines changed

3 files changed

+340
-232
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ jobs:
121121
runs-on: ubuntu-latest
122122

123123
steps:
124-
- uses: actions/checkout@v3
124+
- uses: actions/checkout@v4
125+
with:
126+
fetch-depth: 0
125127

126128
- name: Set up Python
127129
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)