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

Upload to staging as well in CI #395

Closed
wants to merge 4 commits into from
Closed

Conversation

joseph-sentry
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Mar 4, 2024

Test Failures Detected: Due to failing tests, we cannot provide coverage reports at this time.

❌ Failed Test Results:

Completed 3465 tests with 5 failed, 3460 passed and 0 skipped.

View the full list of failed tests

pytest

  • Class name: api.temp.calculator.test_calculator
    Test name: test_divide
    Flags:
    • python3.12

    def
    test_divide():
    > assert Calculator.divide(1, 2) == 0.5
    E assert 1.0 == 0.5
    E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
    E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
    .../temp/calculator/test_calculator.py:30: AssertionError
  • Class name: api.temp.calculator.test_calculator
    Test name: test_divide
    Flags:
    • python3.8

    def
    test_divide():
    > assert Calculator.divide(1, 2) == 0.5
    E assert 1.0 == 0.5
    E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
    E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
    .../temp/calculator/test_calculator.py:30: AssertionError
  • Class name: api.temp.calculator.test_calculator
    Test name: test_divide
    Flags:
    • python3.11

    def
    test_divide():
    > assert Calculator.divide(1, 2) == 0.5
    E assert 1.0 == 0.5
    E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
    E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
    .../temp/calculator/test_calculator.py:30: AssertionError
  • Class name: api.temp.calculator.test_calculator
    Test name: test_divide
    Flags:
    • python3.10

    def
    test_divide():
    > assert Calculator.divide(1, 2) == 0.5
    E assert 1.0 == 0.5
    E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
    E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
    .../temp/calculator/test_calculator.py:30: AssertionError
  • Class name: api.temp.calculator.test_calculator
    Test name: test_divide
    Flags:
    • python3.9

    def
    test_divide():
    > assert Calculator.divide(1, 2) == 0.5
    E assert 1.0 == 0.5
    E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
    E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
    .../temp/calculator/test_calculator.py:30: AssertionError

@codecov-staging
Copy link

codecov-staging bot commented Mar 5, 2024

Test Failures Detected: Due to failing tests, we cannot provide coverage reports at this time.

❌ Failed Test Results:

Completed 3465 tests with 5 failed, 3460 passed and 0 skipped.

View the full list of failed tests

pytest

  • Class name: api.temp.calculator.test_calculator
    Test name: test_divide
    Flags:
    • python3.8

    def
    test_divide():
    > assert Calculator.divide(1, 2) == 0.5
    E assert 1.0 == 0.5
    E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
    E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
    .../temp/calculator/test_calculator.py:30: AssertionError
  • Class name: api.temp.calculator.test_calculator
    Test name: test_divide
    Flags:
    • python3.10

    def
    test_divide():
    > assert Calculator.divide(1, 2) == 0.5
    E assert 1.0 == 0.5
    E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
    E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
    .../temp/calculator/test_calculator.py:30: AssertionError
  • Class name: api.temp.calculator.test_calculator
    Test name: test_divide
    Flags:
    • python3.12

    def
    test_divide():
    > assert Calculator.divide(1, 2) == 0.5
    E assert 1.0 == 0.5
    E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
    E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
    .../temp/calculator/test_calculator.py:30: AssertionError
  • Class name: api.temp.calculator.test_calculator
    Test name: test_divide
    Flags:
    • python3.9

    def
    test_divide():
    > assert Calculator.divide(1, 2) == 0.5
    E assert 1.0 == 0.5
    E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
    E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
    .../temp/calculator/test_calculator.py:30: AssertionError
  • Class name: api.temp.calculator.test_calculator
    Test name: test_divide
    Flags:
    • python3.11

    def
    test_divide():
    > assert Calculator.divide(1, 2) == 0.5
    E assert 1.0 == 0.5
    E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
    E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
    .../temp/calculator/test_calculator.py:30: AssertionError

@thomasrockhu-codecov
Copy link
Contributor

@joseph-sentry I think we should also have it run on prod as well as staging

@joseph-sentry
Copy link
Contributor Author

@joseph-sentry I think we should also have it run on prod as well as staging

I wasn't actually planning on making this an actual PR, I was just testing out the test results commenting on staging, I will clean up my commits then ask for a review!

@joseph-sentry joseph-sentry changed the title Update ci.yml Upload to staging as well in CI Mar 8, 2024
Copy link

❌ Failed Test Results:

Completed 692 tests with 1 failed, 691 passed and 0 skipped.

View the full list of failed tests
Test Description Failure message
Testsuite:
api.temp.calculator.test_calculator::test_divide

Test name:
pytest
def
test_divide():
&gt; assert Calculator.divide(1, 2) == 0.5
E assert 1.0 == 0.5
E + where 1.0 = &lt;function Calculator.divide at 0x104c9eb90&gt;(1, 2)
E + where &lt;function Calculator.divide at 0x104c9eb90&gt; = Calculator.divide
.../temp/calculator/test_calculator.py:30: AssertionError

4 similar comments
Copy link

❌ Failed Test Results:

Completed 692 tests with 1 failed, 691 passed and 0 skipped.

View the full list of failed tests
Test Description Failure message
Testsuite:
api.temp.calculator.test_calculator::test_divide

Test name:
pytest
def
test_divide():
&gt; assert Calculator.divide(1, 2) == 0.5
E assert 1.0 == 0.5
E + where 1.0 = &lt;function Calculator.divide at 0x104c9eb90&gt;(1, 2)
E + where &lt;function Calculator.divide at 0x104c9eb90&gt; = Calculator.divide
.../temp/calculator/test_calculator.py:30: AssertionError

Copy link

❌ Failed Test Results:

Completed 692 tests with 1 failed, 691 passed and 0 skipped.

View the full list of failed tests
Test Description Failure message
Testsuite:
api.temp.calculator.test_calculator::test_divide

Test name:
pytest
def
test_divide():
&gt; assert Calculator.divide(1, 2) == 0.5
E assert 1.0 == 0.5
E + where 1.0 = &lt;function Calculator.divide at 0x104c9eb90&gt;(1, 2)
E + where &lt;function Calculator.divide at 0x104c9eb90&gt; = Calculator.divide
.../temp/calculator/test_calculator.py:30: AssertionError

Copy link

❌ Failed Test Results:

Completed 692 tests with 1 failed, 691 passed and 0 skipped.

View the full list of failed tests
Test Description Failure message
Testsuite:
api.temp.calculator.test_calculator::test_divide

Test name:
pytest
def
test_divide():
&gt; assert Calculator.divide(1, 2) == 0.5
E assert 1.0 == 0.5
E + where 1.0 = &lt;function Calculator.divide at 0x104c9eb90&gt;(1, 2)
E + where &lt;function Calculator.divide at 0x104c9eb90&gt; = Calculator.divide
.../temp/calculator/test_calculator.py:30: AssertionError

Copy link

❌ Failed Test Results:

Completed 692 tests with 1 failed, 691 passed and 0 skipped.

View the full list of failed tests
Test Description Failure message
Testsuite:
api.temp.calculator.test_calculator::test_divide

Test name:
pytest
def
test_divide():
&gt; assert Calculator.divide(1, 2) == 0.5
E assert 1.0 == 0.5
E + where 1.0 = &lt;function Calculator.divide at 0x104c9eb90&gt;(1, 2)
E + where &lt;function Calculator.divide at 0x104c9eb90&gt; = Calculator.divide
.../temp/calculator/test_calculator.py:30: AssertionError

Copy link

github-actions bot commented Jul 4, 2024

❌ Failed Test Results:

Completed 692 tests with 1 failed, 691 passed and 0 skipped.

View the full list of failed tests
Test Description Failure message
Testsuite:
api.temp.calculator.test_calculator::test_divide

Test name:
pytest
def
test_divide():
&gt; assert Calculator.divide(1, 2) == 0.5
E assert 1.0 == 0.5
E + where 1.0 = &lt;function Calculator.divide at 0x104c9eb90&gt;(1, 2)
E + where &lt;function Calculator.divide at 0x104c9eb90&gt; = Calculator.divide
.../temp/calculator/test_calculator.py:30: AssertionError

4 similar comments
Copy link

github-actions bot commented Jul 4, 2024

❌ Failed Test Results:

Completed 692 tests with 1 failed, 691 passed and 0 skipped.

View the full list of failed tests
Test Description Failure message
Testsuite:
api.temp.calculator.test_calculator::test_divide

Test name:
pytest
def
test_divide():
&gt; assert Calculator.divide(1, 2) == 0.5
E assert 1.0 == 0.5
E + where 1.0 = &lt;function Calculator.divide at 0x104c9eb90&gt;(1, 2)
E + where &lt;function Calculator.divide at 0x104c9eb90&gt; = Calculator.divide
.../temp/calculator/test_calculator.py:30: AssertionError

Copy link

github-actions bot commented Jul 4, 2024

❌ Failed Test Results:

Completed 692 tests with 1 failed, 691 passed and 0 skipped.

View the full list of failed tests
Test Description Failure message
Testsuite:
api.temp.calculator.test_calculator::test_divide

Test name:
pytest
def
test_divide():
&gt; assert Calculator.divide(1, 2) == 0.5
E assert 1.0 == 0.5
E + where 1.0 = &lt;function Calculator.divide at 0x104c9eb90&gt;(1, 2)
E + where &lt;function Calculator.divide at 0x104c9eb90&gt; = Calculator.divide
.../temp/calculator/test_calculator.py:30: AssertionError

Copy link

github-actions bot commented Jul 4, 2024

❌ Failed Test Results:

Completed 692 tests with 1 failed, 691 passed and 0 skipped.

View the full list of failed tests
Test Description Failure message
Testsuite:
api.temp.calculator.test_calculator::test_divide

Test name:
pytest
def
test_divide():
&gt; assert Calculator.divide(1, 2) == 0.5
E assert 1.0 == 0.5
E + where 1.0 = &lt;function Calculator.divide at 0x104c9eb90&gt;(1, 2)
E + where &lt;function Calculator.divide at 0x104c9eb90&gt; = Calculator.divide
.../temp/calculator/test_calculator.py:30: AssertionError

Copy link

github-actions bot commented Jul 4, 2024

❌ Failed Test Results:

Completed 692 tests with 1 failed, 691 passed and 0 skipped.

View the full list of failed tests
Test Description Failure message
Testsuite:
api.temp.calculator.test_calculator::test_divide

Test name:
pytest
def
test_divide():
&gt; assert Calculator.divide(1, 2) == 0.5
E assert 1.0 == 0.5
E + where 1.0 = &lt;function Calculator.divide at 0x104c9eb90&gt;(1, 2)
E + where &lt;function Calculator.divide at 0x104c9eb90&gt; = Calculator.divide
.../temp/calculator/test_calculator.py:30: AssertionError

Copy link

github-actions bot commented Jul 4, 2024

❌ Failed Test Results:

Completed 692 tests with 1 failed, 691 passed and 0 skipped.

View the full list of failed tests
Test Description Failure message
Testsuite:
api.temp.calculator.test_calculator::test_divide

Test name:
pytest
def
test_divide():
&gt; assert Calculator.divide(1, 2) == 0.5
E assert 1.0 == 0.5
E + where 1.0 = &lt;function Calculator.divide at 0x104c9eb90&gt;(1, 2)
E + where &lt;function Calculator.divide at 0x104c9eb90&gt; = Calculator.divide
.../temp/calculator/test_calculator.py:30: AssertionError

4 similar comments
Copy link

github-actions bot commented Jul 4, 2024

❌ Failed Test Results:

Completed 692 tests with 1 failed, 691 passed and 0 skipped.

View the full list of failed tests
Test Description Failure message
Testsuite:
api.temp.calculator.test_calculator::test_divide

Test name:
pytest
def
test_divide():
&gt; assert Calculator.divide(1, 2) == 0.5
E assert 1.0 == 0.5
E + where 1.0 = &lt;function Calculator.divide at 0x104c9eb90&gt;(1, 2)
E + where &lt;function Calculator.divide at 0x104c9eb90&gt; = Calculator.divide
.../temp/calculator/test_calculator.py:30: AssertionError

Copy link

github-actions bot commented Jul 4, 2024

❌ Failed Test Results:

Completed 692 tests with 1 failed, 691 passed and 0 skipped.

View the full list of failed tests
Test Description Failure message
Testsuite:
api.temp.calculator.test_calculator::test_divide

Test name:
pytest
def
test_divide():
&gt; assert Calculator.divide(1, 2) == 0.5
E assert 1.0 == 0.5
E + where 1.0 = &lt;function Calculator.divide at 0x104c9eb90&gt;(1, 2)
E + where &lt;function Calculator.divide at 0x104c9eb90&gt; = Calculator.divide
.../temp/calculator/test_calculator.py:30: AssertionError

Copy link

github-actions bot commented Jul 4, 2024

❌ Failed Test Results:

Completed 692 tests with 1 failed, 691 passed and 0 skipped.

View the full list of failed tests
Test Description Failure message
Testsuite:
api.temp.calculator.test_calculator::test_divide

Test name:
pytest
def
test_divide():
&gt; assert Calculator.divide(1, 2) == 0.5
E assert 1.0 == 0.5
E + where 1.0 = &lt;function Calculator.divide at 0x104c9eb90&gt;(1, 2)
E + where &lt;function Calculator.divide at 0x104c9eb90&gt; = Calculator.divide
.../temp/calculator/test_calculator.py:30: AssertionError

Copy link

github-actions bot commented Jul 4, 2024

❌ Failed Test Results:

Completed 692 tests with 1 failed, 691 passed and 0 skipped.

View the full list of failed tests
Test Description Failure message
Testsuite:
api.temp.calculator.test_calculator::test_divide

Test name:
pytest
def
test_divide():
&gt; assert Calculator.divide(1, 2) == 0.5
E assert 1.0 == 0.5
E + where 1.0 = &lt;function Calculator.divide at 0x104c9eb90&gt;(1, 2)
E + where &lt;function Calculator.divide at 0x104c9eb90&gt; = Calculator.divide
.../temp/calculator/test_calculator.py:30: AssertionError

Copy link

❌ Failed Test Results:

Completed 693 tests with 1 failed, 692 passed and 0 skipped.

View the full list of failed tests
Test Description Failure message
Testsuite:
api.temp.calculator.test_calculator::test_divide

Test name:
pytest
def
test_divide():
&gt; assert Calculator.divide(1, 2) == 0.5
E assert 1.0 == 0.5
E + where 1.0 = &lt;function Calculator.divide at 0x104c9eb90&gt;(1, 2)
E + where &lt;function Calculator.divide at 0x104c9eb90&gt; = Calculator.divide
.../temp/calculator/test_calculator.py:30: AssertionError

2 similar comments
Copy link

❌ Failed Test Results:

Completed 693 tests with 1 failed, 692 passed and 0 skipped.

View the full list of failed tests
Test Description Failure message
Testsuite:
api.temp.calculator.test_calculator::test_divide

Test name:
pytest
def
test_divide():
&gt; assert Calculator.divide(1, 2) == 0.5
E assert 1.0 == 0.5
E + where 1.0 = &lt;function Calculator.divide at 0x104c9eb90&gt;(1, 2)
E + where &lt;function Calculator.divide at 0x104c9eb90&gt; = Calculator.divide
.../temp/calculator/test_calculator.py:30: AssertionError

Copy link

❌ Failed Test Results:

Completed 693 tests with 1 failed, 692 passed and 0 skipped.

View the full list of failed tests
Test Description Failure message
Testsuite:
api.temp.calculator.test_calculator::test_divide

Test name:
pytest
def
test_divide():
&gt; assert Calculator.divide(1, 2) == 0.5
E assert 1.0 == 0.5
E + where 1.0 = &lt;function Calculator.divide at 0x104c9eb90&gt;(1, 2)
E + where &lt;function Calculator.divide at 0x104c9eb90&gt; = Calculator.divide
.../temp/calculator/test_calculator.py:30: AssertionError

Copy link

❌ Failed Test Results:

Completed 693 tests with 1 failed, 692 passed and 0 skipped.

View the full list of failed tests
Test Description Failure message
Testsuite:
api.temp.calculator.test_calculator::test_divide

Test name:
pytest
def
test_divide():
&gt; assert Calculator.divide(1, 2) == 0.5
E assert 1.0 == 0.5
E + where 1.0 = &lt;function Calculator.divide at 0x104c9eb90&gt;(1, 2)
E + where &lt;function Calculator.divide at 0x104c9eb90&gt; = Calculator.divide
.../temp/calculator/test_calculator.py:30: AssertionError

1 similar comment
Copy link

❌ Failed Test Results:

Completed 693 tests with 1 failed, 692 passed and 0 skipped.

View the full list of failed tests
Test Description Failure message
Testsuite:
api.temp.calculator.test_calculator::test_divide

Test name:
pytest
def
test_divide():
&gt; assert Calculator.divide(1, 2) == 0.5
E assert 1.0 == 0.5
E + where 1.0 = &lt;function Calculator.divide at 0x104c9eb90&gt;(1, 2)
E + where &lt;function Calculator.divide at 0x104c9eb90&gt; = Calculator.divide
.../temp/calculator/test_calculator.py:30: AssertionError

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.

2 participants