Skip to content

Commit

Permalink
Merge pull request #188 from ncbo/develop
Browse files Browse the repository at this point in the history
Merge Develop to Master
  • Loading branch information
alexskr authored Feb 9, 2024
2 parents 0423a45 + c77d0b3 commit ec3236a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ruby-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
verbose: true
fail_ci_if_error: false # optional (default = false)
3 changes: 2 additions & 1 deletion lib/ontologies_linked_data/models/submission_status.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ class SubmissionStatus < LinkedData::Models::Base

USER_IGNORE = [
"UPLOADED", "ERROR_UPLOADED",
"RDF_LABELS", "ERROR_RDF_LABELS"
"RDF_LABELS", "ERROR_RDF_LABELS",
"OBSOLETE", "ERROR_OBSOLETE",
]

model :submission_status, name_with: :code
Expand Down

0 comments on commit ec3236a

Please sign in to comment.