Skip to content

Running test files & coverage πŸš€ #5

Running test files & coverage πŸš€

Running test files & coverage πŸš€ #5

Workflow file for this run

name: Codecov
run-name: Running test files & coverage πŸš€
on: [push]
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}