Skip to content

Commit

Permalink
Add custom codecov configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fingon committed Jun 14, 2024
1 parent 3a6d829 commit 6b8d17a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,6 @@ update-sample:
rsync -a --delete \
./localhost:8080/ ~/sites/fingon.kapsi.fi/www/lixie/
cd ~/sites && ./update.sh

validate-codecov:
curl --data-binary @codecov.yml https://codecov.io/validate
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- "**/*_templ.go"

0 comments on commit 6b8d17a

Please sign in to comment.