Skip to content

Commit 27c3246

Browse files
authored
Merge pull request #30 from gregcorbett/codecov-action-specify-major
Only specify major version of codecov-action
2 parents 7a4830d + 6fbfc05 commit 27c3246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
run: coverage run --branch --source=check -m unittest discover --buffer
4141

4242
- name: Upload coverage to Codecov
43-
uses: codecov/codecov-action@v4.0.2
43+
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)