Skip to content

Commit

Permalink
chore: add codecov configuration
Browse files Browse the repository at this point in the history
This initial codecov configuraiton file is being supplied to simply
ignore main.go as there are no tests that will be included for this
file.
  • Loading branch information
mikefero committed Jul 15, 2024
1 parent 0afc914 commit 1c5b28e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- 'docs/**'
- 'mk/**'
- '.gitignore'
- 'codecov.yml'
- 'kheper.yml'
- 'LICENSE'
- 'Makefile'
Expand All @@ -26,6 +27,7 @@ on:
- 'docs/**'
- 'mk/**'
- '.gitignore'
- 'codecov.yml'
- 'kheper.yml'
- 'LICENSE'
- 'Makefile'
Expand Down
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- "main.go"

0 comments on commit 1c5b28e

Please sign in to comment.