Skip to content

Commit

Permalink
add go report card
Browse files Browse the repository at this point in the history
  • Loading branch information
jaffee committed Nov 13, 2023
1 parent 6fc0733 commit ce2c5aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
go-version: '1.21'
- name: Test with the Go CLI
run: go test -v ./...
- name: Report Card
uses: creekorful/[email protected]
- name: Update coverage report
uses: ncruces/go-coverage-report@v0
with:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Go Coverage](https://github.com/jaffee/aicli/wiki/coverage.svg)](https://raw.githack.com/wiki/jaffee/aicli/coverage.html)
[![Go Report Card](https://goreportcard.com/badge/github.com/jaffee/aicli)](https://goreportcard.com/report/github.com/jaffee/aicli) [![Go Coverage](https://github.com/jaffee/aicli/wiki/coverage.svg)](https://raw.githack.com/wiki/jaffee/aicli/coverage.html)

# aicli

Expand Down Expand Up @@ -66,6 +66,8 @@ Usage of aicli:

## Future/TODO

- support an automatic context limit
- support reading a config to set system message and such
- support other services like Anthropic, Cohere
- Write conversation, or single response to file
- automatically save conversations and allow listing/loading of convos
Expand Down

0 comments on commit ce2c5aa

Please sign in to comment.