Skip to content

Commit

Permalink
Update ci.yml (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhenry authored Mar 7, 2023
1 parent e578286 commit e7346e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
Expand All @@ -15,3 +16,5 @@ jobs:
with:
go-version-file: go.mod
- run: go test ./parser -coverprofile=coverage.out -v
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 💉envject

[![codecov](https://codecov.io/gh/michaelhenry/envject/branch/main/graph/badge.svg?token=HT3OK2CB3R)](https://codecov.io/gh/michaelhenry/envject)

A command-line tool for injecting environment variables or secrets to any file that has to be compiled especially in iOS.

I have written a [short article](https://www.iamkel.net/posts/6-ios-secrets-handling) regarding this.
Expand Down

0 comments on commit e7346e8

Please sign in to comment.