用 GitHub Actions 做 CI/CD:做 unit test, 生成 coverage, 並且上傳到 coveralls.io
Dec 21, 2023 · 1 min read · 可以在這個 branch 看到範例: https://github.com/sunpochin/pf-audiophile/tree/github-action-cicd我是請 chatGPT 做出來的。 重點是我在這邊生成 coverage 資料。 - name: Run tests run: yarn test:unit --coverage 在這邊上傳到 coveralls app: - name: Coveralls GitHub Action uses: coveral...
Join discussion
















