LiteSun commented on a change in pull request #1607:
URL: https://github.com/apache/apisix-dashboard/pull/1607#discussion_r596537281



##########
File path: .github/workflows/frontend-e2e-test.yml
##########
@@ -57,3 +57,10 @@ jobs:
       - name: Upload coverage to Codecov
         run: |
          bash <(curl -s https://codecov.io/bash) -f 
./coverage/coverage-final.json -F frontend-e2e-test
+
+      - name: Archive code coverage results
+        uses: actions/upload-artifact@v2
+        if: always()
+        with:
+          name: cypress-report
+          path: web/cypress/

Review comment:
       updated, thanks.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to