Skip to content

Commit

Permalink
Merge pull request #72 from MeasureAuthoringTool/develop
Browse files Browse the repository at this point in the history
Release 1.0.1
  • Loading branch information
jkotanchik-SB authored Apr 12, 2022
2 parents 4bce1c1 + 341184e commit 0e0852d
Show file tree
Hide file tree
Showing 7 changed files with 385 additions and 436 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/unit_test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ name: Continuous Integration

on:
push:
branches: [main]
branches: [main, develop]
pull_request:
branches: [main]
branches: [main, develop]

jobs:
build:
Expand Down Expand Up @@ -55,20 +55,6 @@ jobs:
- name: Execute test coverage
run: npm run-script coverage

- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v1
with:
file: coverage/lcov.info
fail_ci_if_error: true # optional (default = false)
# flags: unittests # optional
# name: codecov-umbrella # optional

- name: Store the coverage report as an artifact
uses: actions/upload-artifact@v2
with:
name: coverage
path: coverage/lcov.info

upload-codacy-coverage:
name: Upload code coverage to Codacy
needs: build
Expand Down
Loading

0 comments on commit 0e0852d

Please sign in to comment.