We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54cc3c6 commit 2172664Copy full SHA for 2172664
1 file changed
.github/workflows/main.yml
@@ -37,4 +37,9 @@ jobs:
37
if: always()
38
with:
39
access-token: ${{ secrets.GITHUB_TOKEN }}
40
- path: bdd-log-*.xml
+ path: bdd-log-*.xml
41
+
42
+ - name: Codecov
43
+ uses: codecov/codecov-action@v1.0.7
44
+ with:
45
+ file: ./coverage/coverage.xml
0 commit comments