Skip to content

Merge pull request #39 from earlAchromatic/earlAchromatic-patch-3 #14

Merge pull request #39 from earlAchromatic/earlAchromatic-patch-3

Merge pull request #39 from earlAchromatic/earlAchromatic-patch-3 #14

Workflow file for this run

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 }}