Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -556,35 +556,35 @@ jobs:
path: coverage/windows

- name: Upload coverage report for auth0_flutter
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354
with:
name: Auth0 Flutter
flags: auth0_flutter
directory: coverage/auth0_flutter

- name: Upload coverage report for auth0_flutter_platform_interface
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354
with:
name: Auth0 Flutter
flags: auth0_flutter_platform_interface
directory: coverage/auth0_flutter_platform_interface

- name: Upload coverage report for iOS
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354
with:
name: Auth0 Flutter
flags: auth0_flutter_ios
directory: coverage/ios

- name: Upload coverage report for Android
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354
with:
name: Auth0 Flutter
flags: auth0_flutter_android
directory: coverage/android

- name: Upload coverage report for Windows
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354
with:
name: Auth0 Flutter
flags: auth0_flutter_windows
Expand Down
Loading