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

Update Elixir/Erlang in CI and deps #137

Merged
merged 4 commits into from
Jun 13, 2024
Merged

Update Elixir/Erlang in CI and deps #137

merged 4 commits into from
Jun 13, 2024

Conversation

whatyouhide
Copy link
Contributor

No description provided.

@coveralls
Copy link

coveralls commented Jun 12, 2024

Pull Request Test Coverage Report for Build e1c2afef516fa37afd3341ef8aa10530c1dc90f0-PR-137

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 5 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-1.2%) to 98.144%

Files with Coverage Reduction New Missed Lines %
lib/mix/tasks/expo.msgmft.ex 1 95.0%
lib/expo/po/parser.ex 1 98.48%
lib/expo/po/tokenizer.ex 3 94.44%
Totals Coverage Status
Change from base Build c61a74b7c80471bb350b5e4c472f8543d75e3fa7: -1.2%
Covered Lines: 423
Relevant Lines: 431

💛 - Coveralls

@coveralls
Copy link

coveralls commented Jun 12, 2024

Pull Request Test Coverage Report for Build 0260422d37ecb77ac91a129d242cbe046f31153c-PR-137

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 5 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-1.2%) to 98.144%

Files with Coverage Reduction New Missed Lines %
lib/mix/tasks/expo.msgmft.ex 1 95.0%
lib/expo/po/parser.ex 1 98.48%
lib/expo/po/tokenizer.ex 3 94.44%
Totals Coverage Status
Change from base Build c61a74b7c80471bb350b5e4c472f8543d75e3fa7: -1.2%
Covered Lines: 423
Relevant Lines: 431

💛 - Coveralls

elixir: '1.16'
runs-on: ubuntu-latest
- otp: '26.2'
- otp: '27.0'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you not want to test on the latest stable release?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the latest stable release, no?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn’t consider elixir main stable.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know, main was there before, I thought you added it and so I left it there 😄 I don't think it's necessary to test main no, latest stable (1.17) is enough.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I usually include elixir main as a way to detect issues with new elixir releases. (More for the stability of elixir itself than the respective project.

Based on this i would test:

  • Lowest stable OTP / Elixir supported
  • Latest stable OTP / Elixir
  • Elixir main

@maennchen
Copy link
Member

Credo CI failure cause: rrrene/credo#1139

@maennchen
Copy link
Member

Credo published a fix that should solve the CI failure.

@coveralls
Copy link

coveralls commented Jun 13, 2024

Pull Request Test Coverage Report for Build 8f590a9d244e5b68e9c0b716cbd85fa23fb0bb75-PR-137

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 5 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-1.2%) to 98.144%

Files with Coverage Reduction New Missed Lines %
lib/mix/tasks/expo.msgmft.ex 1 95.0%
lib/expo/po/parser.ex 1 98.48%
lib/expo/po/tokenizer.ex 3 94.44%
Totals Coverage Status
Change from base Build c61a74b7c80471bb350b5e4c472f8543d75e3fa7: -1.2%
Covered Lines: 423
Relevant Lines: 431

💛 - Coveralls

@coveralls
Copy link

coveralls commented Jun 13, 2024

Pull Request Test Coverage Report for Build 13678f2844733d9cc342063dc4c78f8508ffcccb-PR-137

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 5 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-1.2%) to 98.144%

Files with Coverage Reduction New Missed Lines %
lib/mix/tasks/expo.msgmft.ex 1 95.0%
lib/expo/po/parser.ex 1 98.48%
lib/expo/po/tokenizer.ex 3 94.44%
Totals Coverage Status
Change from base Build c61a74b7c80471bb350b5e4c472f8543d75e3fa7: -1.2%
Covered Lines: 423
Relevant Lines: 431

💛 - Coveralls

@whatyouhide whatyouhide merged commit cbf1170 into main Jun 13, 2024
8 checks passed
@whatyouhide whatyouhide deleted the al/1.17 branch June 13, 2024 06:39
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.

None yet

3 participants