Skip to content

Commit

Permalink
github: Fix workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Nathaniel Clark <Nathaniel.Clark@misrule.us>
  • Loading branch information
utopiabound committed May 13, 2024
1 parent abfeab3 commit 2eab2a5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: RPN Push

on:
push:
branches:
- main

jobs:
steps:
- uses: actions/checkout@main
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false # optional (default = false)
files: ./coverage1.xml,./coverage2.xml # optional
flags: unittests # optional
token: ${{ secrets.CODECOV_TOKEN }} # required
verbose: true # optional (default = false)
9 changes: 0 additions & 9 deletions .github/workflows/workflows.yml

This file was deleted.

0 comments on commit 2eab2a5

Please sign in to comment.