diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml new file mode 100644 index 0000000..02743d1 --- /dev/null +++ b/.github/workflows/actions.yml @@ -0,0 +1,75 @@ +- name: Codecov + uses: codecov/codecov-action@v3.1.1 + +on: [push, pull_request] +jobs: + no-deps: + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [macos-latest, windows-latest, ubuntu-latest] + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Upload coverage to Codecov (script) + uses: ./ + with: + files: ./coverage/script/coverage-final.json + flags: script,${{ matrix.os }} + name: codecov-script + verbose: true + - name: Upload coverage to Codecov (demo) + uses: ./ + with: + files: ./coverage/calculator/coverage-final.json,./coverage/coverage-test/coverage-final.json + file: ./coverage/coverage-final.json + flags: demo,${{ matrix.os }} + name: codecov-demo + verbose: true + - name: Upload coverage to Codecov (version) + uses: ./ + with: + files: ./coverage/calculator/coverage-final.json,./coverage/coverage-test/coverage-final.json + file: ./coverage/coverage-final.json + flags: version,${{ matrix.os }} + name: codecov-version + version: v0.1.0_8880 + verbose: true + run: + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [macos-latest, windows-latest, ubuntu-latest] + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Install dependencies + run: npm install + - name: Lint + run: npm run lint + - name: Run tests and collect coverage + run: npm run test + - name: Upload coverage to Codecov (script) + uses: ./ + with: + files: ./coverage/script/coverage-final.json + flags: script,${{ matrix.os }} + name: codecov-script + verbose: true + - name: Upload coverage to Codecov (demo) + uses: ./ + with: + files: ./coverage/calculator/coverage-final.json,./coverage/coverage-test/coverage-final.json + file: ./coverage/coverage-final.json + flags: demo,${{ matrix.os }} + name: codecov-demo + verbose: true + - name: Upload coverage to Codecov (version) + uses: ./ + with: + files: ./coverage/calculator/coverage-final.json,./coverage/coverage-test/coverage-final.json + file: ./coverage/coverage-final.json + flags: version,${{ matrix.os }} + name: codecov-version + version: v0.1.0_8880 + verbose: true \ No newline at end of file diff --git a/README.md b/README.md index d86a415..55f171e 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ - - Issues + + Issues - GitHub pull requests + GitHub pull requests

@@ -39,7 +39,6 @@ Ask Question

-![Tailbliss](https://github.com/nusserstudios/tailbliss/raw/main/static/images/tailbliss-full-blue.png) # TailBliss Hugo + TailwindCSS 3.2.0 + Alpine.js for Hacktoberfest