Skip to content

Commit b52e3a3

Browse files
Fix tests
1 parent 59e95d8 commit b52e3a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
- name: Tests
2222
run: make test
2323

24-
- name: Codecov
25-
run: make codecov
24+
- name: Upload coverage to Codecov
25+
run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)