Skip to content

Commit

Permalink
Merge pull request #19 from glassboard-dev/develop
Browse files Browse the repository at this point in the history
Move code cov to the CI workflow
  • Loading branch information
stephendpmurphy authored Apr 27, 2021
2 parents 11e13ea + 1be2244 commit 1955a54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: CI
on:
pull_request:
branches: [ master, develop ]
push:
branches:
- master

jobs:
build:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,3 @@ jobs:
- uses: rymndhng/release-on-push-action@master
with:
bump_version_scheme: minor
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_MCP342X_TOKEN }}
name: CodeCov-MCP342x # optional
files: ./build/artifacts/gcov/GcovCoverageCobertura.xml
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)

0 comments on commit 1955a54

Please sign in to comment.