Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
Also add codecov

Signed-off-by: Nathaniel Clark <Nathaniel.Clark@misrule.us>
  • Loading branch information
utopiabound committed May 13, 2024
1 parent 9e76ded commit abfeab3
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 114 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
steps:
- uses: actions/checkout@main
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true # optional (default = false)
files: ./coverage1.xml,./coverage2.xml # optional
flags: unittests # optional
token: ${{ secrets.CODECOV_TOKEN }} # required
verbose: true # optional (default = false)
Loading

0 comments on commit abfeab3

Please sign in to comment.