Skip to content

Commit

Permalink
add codecov step in Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GreggSchofield committed Oct 14, 2024
1 parent e0ba893 commit f3e0cba
Show file tree
Hide file tree
Showing 4 changed files with 18,301 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
],
},

codeCov: true,

publishToGo: {
moduleName: 'github.com/GreggSchofield/cdk-construct-library-go',
githubTokenSecret: 'GO_GITHUB_TOKEN',
Expand Down
Loading

0 comments on commit f3e0cba

Please sign in to comment.