diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..70e54c2 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,22 @@ +name: CI + +on: + push: + branches: [storyline] + pull_request: + branches: [storyline] + +jobs: + test-and-coverage: + runs-on: ubuntu-latest + steps: + - name: Check-out the repo + uses: actions/checkout@v2 + + - name: Run tests + run: echo ok + + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/README.md b/README.md index 961dcad..7673a9f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +
+

Wand