Skip to content

Commit

Permalink
add codev
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshi-099 committed Oct 20, 2023
1 parent 1214507 commit f95ba90
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/rotom.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
name: GitHub Actions Demo

run-name: ${{ github.actor }} is testing out GitHub Actions 🚀

on: [push]

jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f95ba90

Please sign in to comment.