Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lowapple authored May 3, 2023
1 parent fccafe2 commit bc7b3a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Workflow for Codecov Action
on: [push, pull_request]
jobs:
run:
runs-on: [ubuntu-latest]
steps:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3

0 comments on commit bc7b3a8

Please sign in to comment.