We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea81b8f commit f2e794fCopy full SHA for f2e794f
2 files changed
.github/workflows/flutter.test.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
flutter test --coverage --test-randomize-ordering-seed random
33
- name: 'Upload coverage report'
34
- uses: codecov/codecov-action@v5.5.2
+ uses: codecov/codecov-action@v5.5.4
35
with:
36
token: ${{ secrets.CODECOV_TOKEN }}
37
directory: ./coverage/
.github/workflows/go.test.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: 'Go test (with coverage)'
21
run: go test ./... -covermode=atomic -coverprofile='coverage.out'
22
23
24
25
26
files: ./coverage.out
0 commit comments