diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index cd7c350..25957c3 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -29,10 +29,10 @@ jobs: run: | make coverage # Uncomment the following lines when codecov secret is uploaded - # - name: Upload unit coverage to Codecov - # uses: codecov/codecov-action@v3 - # with: - # token: ${{secrets.CODECOV_TOKEN}} - # flags: unit - # files: coverage.cov - # verbose: false \ No newline at end of file + - name: Upload unit coverage to Codecov + uses: codecov/codecov-action@v3 + with: + token: ${{secrets.CODECOV_TOKEN}} + flags: unit + files: coverage.cov + verbose: false \ No newline at end of file diff --git a/info/test/parser_test.go b/info/test/parser_test.go index 389e1fd..bf193df 100644 --- a/info/test/parser_test.go +++ b/info/test/parser_test.go @@ -20,6 +20,9 @@ var err error var AsInfo *info.AsInfo +// Running this benchmark will generate an as_info.json file against the server +// ip address and port specified in the AerospikeHost() function. GetASInfo +// returns "stats", "config", and "metadata" information from the server. func BenchmarkAsParser__map(b *testing.B) { b.ReportAllocs() b.ResetTimer()