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 e3325db commit 26cbfa6Copy full SHA for 26cbfa6
.github/workflows/maven.yml
@@ -15,3 +15,9 @@ jobs:
15
java-version: 1.11
16
- name: Build with Maven
17
run: mvn -B package --file pom.xml
18
+ - name: Upload coverage to Codecov
19
+ uses: codecov/codecov-action@v1
20
+ with:
21
+ token: ${{ secrets.CODECOV_TOKEN }} #required
22
+ file: ./sonar-flutter-plugin/target/jacoco.exec #optional
23
+ fail_ci_if_error: true #optional (default = false)
README.md
@@ -1,3 +1,5 @@
1
+
2
+
3
# SonarQube plugin for Flutter / Dart
4
5
A plugin to enable analysis of Dart and Flutter projects into SonarQube.
0 commit comments