Skip to content

Commit 96bf12c

Browse files
committed
Add codecov and coverage env variables
1 parent f460f26 commit 96bf12c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
pull_request:
99
branches:
1010
- main
11-
# env:
12-
# COVERAGE: true
13-
# CODECOV_TOKEN: d7028c0e-97c5-485f-85e5-f63daabeef63
11+
env:
12+
COVERAGE: true
13+
CODECOV_TOKEN: d7028c0e-97c5-485f-85e5-f63daabeef63
1414
jobs:
1515
test-ruby-2-4-x:
1616
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)