We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588e840 commit fa052d2Copy full SHA for fa052d2
.github/workflows/test.yml
@@ -28,14 +28,19 @@ jobs:
28
- name: Test
29
run: yarn test
30
31
- - name: Upload Coverage to OtterWise
+ - name: Upload coverage to OtterWise
32
uses: getOtterWise/github-action@v1
33
with:
34
token: ${{ secrets.OTTERWISE_TOKEN }}
35
36
- - name: Coveralls
+ - name: Upload coverage to Coveralls
37
uses: coverallsapp/github-action@v2
38
39
# github-token: ${{ secrets.GITHUB_TOKEN }}
40
format: lcov
41
file: ./coverage/lcov.info
42
+
43
+ - name: Upload coverage to Codecov
44
+ uses: codecov/codecov-action@v5
45
+ with:
46
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments