Skip to content

Commit

Permalink
Squashed 'modules/pmi/' changes from 198598f5c8..37e3ab7a74
Browse files Browse the repository at this point in the history
37e3ab7a74 Match latest python-ihm
11b9a55200 Use latest codecov with token

git-subtree-dir: modules/pmi
git-subtree-split: 37e3ab7a74f9fc33f1498cc411efc73664de065a
  • Loading branch information
benmwebb committed Jul 13, 2024
1 parent bd51526 commit b93eac9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion modules/pmi/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ jobs:
./setup_environment.sh pytest --cov=.. --cov-branch --cov-report=xml -v ../test/test_*.py ../test/medium_test_*.py test/*/*.py
flake8 ../pyext/src/
${GCC/gcc/gcov} $(find . -name "*.gcno")
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3 changes: 2 additions & 1 deletion modules/pmi/test/test_mmcif.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,8 @@ def test_protocol_dumper(self):
_ihm_modeling_protocol.id
_ihm_modeling_protocol.protocol_name
_ihm_modeling_protocol.num_steps
1 . 2
_ihm_modeling_protocol.details
1 . 2 .
#
#
loop_
Expand Down

0 comments on commit b93eac9

Please sign in to comment.