Skip to content

Commit

Permalink
Merge pull request #36 from earlAchromatic/earlAchromatic-patch-1
Browse files Browse the repository at this point in the history
Update codecov.yaml
  • Loading branch information
earlAchromatic authored Nov 22, 2023
2 parents ef45d2d + 426ea8d commit a03b4e8
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
name: Example Workflow

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

# Your provided step for Codecov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a03b4e8

Please sign in to comment.