Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt to fix GH Actions pull request test failing, despite same tes… #6

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

JonathanWillitts
Copy link
Member

…ts passing for branch being merged

Failure details:
py39-dj32-mysql run-test: commands[2] | coverage run -a runtests.py --database=mysql
[3506] /home/runner/work/edc-mnsi/edc-mnsi$ /home/runner/work/edc-mnsi/edc-mnsi/.tox/py39-dj32-mysql/bin/coverage run -a runtests.py --database=mysql
Traceback (most recent call last):
File "/home/runner/work/edc-mnsi/edc-mnsi/.tox/py39-dj32-mysql/lib/python3.9/site-packages/django_revision/revision.py", line 74, in tag
self._tag = self.repo.git.describe(tags=True)
File "/home/runner/work/edc-mnsi/edc-mnsi/.tox/py39-dj32-mysql/lib/python3.9/site-packages/git/cmd.py", line 585, in
return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
File "/home/runner/work/edc-mnsi/edc-mnsi/.tox/py39-dj32-mysql/lib/python3.9/site-packages/git/cmd.py", line 1124, in _call_process
return self.execute(call, **exec_kwargs)
File "/home/runner/work/edc-mnsi/edc-mnsi/.tox/py39-dj32-mysql/lib/python3.9/site-packages/git/cmd.py", line 928, in execute
raise GitCommandError(redacted_command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
cmdline: git describe --tags
stderr: 'fatal: No names found, cannot describe anything.'

…ts passing for branch being merged

Failure details:
  py39-dj32-mysql run-test: commands[2] | coverage run -a runtests.py --database=mysql
  [3506] /home/runner/work/edc-mnsi/edc-mnsi$ /home/runner/work/edc-mnsi/edc-mnsi/.tox/py39-dj32-mysql/bin/coverage run -a runtests.py --database=mysql
  Traceback (most recent call last):
    File "/home/runner/work/edc-mnsi/edc-mnsi/.tox/py39-dj32-mysql/lib/python3.9/site-packages/django_revision/revision.py", line 74, in tag
      self._tag = self.repo.git.describe(tags=True)
    File "/home/runner/work/edc-mnsi/edc-mnsi/.tox/py39-dj32-mysql/lib/python3.9/site-packages/git/cmd.py", line 585, in <lambda>
      return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
    File "/home/runner/work/edc-mnsi/edc-mnsi/.tox/py39-dj32-mysql/lib/python3.9/site-packages/git/cmd.py", line 1124, in _call_process
      return self.execute(call, **exec_kwargs)
    File "/home/runner/work/edc-mnsi/edc-mnsi/.tox/py39-dj32-mysql/lib/python3.9/site-packages/git/cmd.py", line 928, in execute
      raise GitCommandError(redacted_command, status, stderr_value, stdout_value)
  git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
    cmdline: git describe --tags
    stderr: 'fatal: No names found, cannot describe anything.'
@JonathanWillitts
Copy link
Member Author

Didn't work! Back to the drawing board...

@codecov
Copy link

codecov bot commented Sep 17, 2021

Codecov Report

Merging #6 (46f29fe) into develop (be127ad) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop       #6   +/-   ##
========================================
  Coverage    97.86%   97.86%           
========================================
  Files           11       11           
  Lines          187      187           
  Branches        16       16           
========================================
  Hits           183      183           
  Misses           3        3           
  Partials         1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update be127ad...46f29fe. Read the comment docs.

@JonathanWillitts
Copy link
Member Author

Didn't work! Back to the drawing board...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant