Browse Source

:new: add workflows for Codecov

Binary Wang 1 year ago
parent
commit
c144eb78cb
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows

+ 4 - 0
.github/workflows

@@ -0,0 +1,4 @@
+- name: Upload coverage reports to Codecov
+  uses: codecov/codecov-action@v3
+  env:
+    CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}