Skip to content

Commit 6a26a81

Browse files
committed
Add readme, workflow fixes
1 parent 2575b4b commit 6a26a81

4 files changed

Lines changed: 5 additions & 48 deletions

File tree

.github/workflows/unittest-post.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/unittest.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,6 @@ jobs:
2929
- name: Run tests
3030
if: matrix.os == 'ubuntu-latest'
3131
run: go test -race -coverprofile=coverage.out ./...
32-
- name: Run benchmark
33-
if: matrix.os == 'ubuntu-latest'
34-
run: make benchmark-ci
35-
- name: Save PR number
36-
if: matrix.os == 'ubuntu-latest' && github.event_name == 'pull_request'
37-
run: echo ${{ github.event.number }} > ./pr_number
38-
- name: Upload deltas
39-
if: matrix.os == 'ubuntu-latest'
40-
uses: actions/upload-artifact@v3
41-
with:
42-
name: delta-action-benchmarks
43-
retention-days: 7
44-
path: |
45-
.delta.*
46-
pr_number
4732
- name: Generate coverage report
4833
if: always() && matrix.os == 'ubuntu-latest'
4934
run: go tool cover -html coverage.out -o coverage.html

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:
44

5-
This is the repository for CloudQuery SDK. If you are looking for CloudQuery CLI and plugins take a look at our [monorepo](https://github.com/cloudquery/cloudquery)
5+
If you are looking for CloudQuery CLI and plugins take a look at our [monorepo](https://github.com/cloudquery/cloudquery)
66

77
## Links
88

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# CloudQuery Codegen
2+
3+
This repository contains code to help with code generation for CloudQuery plugins. It is used to generate some aspects
4+
of CloudQuery plugins, such as service interfaces for mocks.

0 commit comments

Comments
 (0)