Skip to content

Commit

Permalink
updatye
Browse files Browse the repository at this point in the history
  • Loading branch information
mattholy committed Jan 22, 2024
1 parent 4c4c31c commit afbc370
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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 }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<div align="center">
</div>
<p align="center">
<img src="./docs/logo.png" alt="Wand" width="300"/>
</p>
Expand Down

0 comments on commit afbc370

Please sign in to comment.