Skip to content

Commit

Permalink
chore: Code cov debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
pattobrien committed Feb 14, 2024
1 parent 7784109 commit 35ce7ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ jobs:
working-directory: ${{ matrix.package }}
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
env:
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: pattobrien/cli-gen
directory: ./src/cli_gen/coverage/reports/
verbose: true

# dependency_bot:
# runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# cli-gen

[![Build Pipeline](https://github.com/pattobrien/cli-gen/actions/workflows/packages.yml/badge.svg)](https://github.com/pattobrien/cli-gen/actions/workflows/packages.yml)

<!-- <a href="https://codecov.io/gh/rrousselgit/riverpod"><img src="https://codecov.io/gh/rrousselgit/riverpod/branch/master/graph/badge.svg" alt="codecov"></a> -->

[![CodeCoverage](https://codecov.io/gh/pattobrien/cli-gen/branch/main/graph/badge.svg)](https://codecov.io/gh/pattobrien/cli-gen)
[![pub package](https://img.shields.io/pub/v/cli_annotations.svg)](https://pub.dartlang.org/packages/cli_annotations)

A package for building cli applications using code generation and macros.
Expand Down

0 comments on commit 35ce7ad

Please sign in to comment.